Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3 to 4 (#22)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
1 parent 8c045fd commit a9aad0e
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/--prepare-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
outputs:
matrix: ${{ steps.matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: ./.github/actions/create-matrix
id: matrix
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
fail-fast: false
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Login to the Docker Hub
- uses: docker/login-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-php-xd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
alpine: ['3.12', '3.13', '3.14', '3.15', '3.16', '3.17', '3.18', '']
type: ['-fpm', '-cli', '']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: ./.github/actions/login-ghcr
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-prestashop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
php: ['7.4', '7.1']
ps: ${{ fromJson(needs.prepare.outputs.ps7-matrix) }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: ./.github/actions/login-ghcr
with:
Expand All @@ -66,7 +66,7 @@ jobs:
php: ['8.2', '8.1']
ps: ${{ fromJson(needs.prepare.outputs.ps8-matrix) }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: ./.github/actions/login-ghcr
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-shopware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
php: ['8.1', '8.2']
sw: ['6.5.0.0']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: ./.github/actions/login-ghcr
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wordpress-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: ./.github/actions/login-ghcr
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
outputs:
matrix: ${{ steps.wp.outputs.matrix }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: 'Get all WordPress versions as json array'
id: wp
Expand All @@ -39,7 +39,7 @@ jobs:
php: ['8.2', '7.4']
wp: ${{ fromJSON(needs.prepare-wp.outputs.matrix) }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: ./.github/actions/login-ghcr
with:
Expand Down

0 comments on commit a9aad0e

Please sign in to comment.