Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 193404b commit 2a9d13d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

name: PHP (Latest) - Build and Archive
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Validate composer.json and composer.lock
uses: php-actions/composer@v6
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
run: tar -xvf /tmp/builds/build.tar ./

- name: Checkout FOSSBilling Source Code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "FOSSBilling/FOSSBilling"
path: "FOSSBilling"
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
id: get_id

- name: Checkout The Release tag
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "FOSSBilling/FOSSBilling"
path: "FOSSBilling"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Create a downloadable preview build
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v3
with:
incremental_files_only: true

0 comments on commit 2a9d13d

Please sign in to comment.