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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent 6346570 commit 6a8eae1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
pm-version-major: [4, 5]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install tools and dependencies
run: |
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
pm-version-major: [ 4, 5 ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install tools and dependencies
run: brew install libtool autoconf automake pkg-config bison re2c
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
pm-version-major: [ 4, 5 ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install tools and dependencies
run: choco install wget --no-progress
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
if: ${{ startsWith(github.ref_name, 'php/') && github.ref_type == 'branch' && !contains(github.event.head_commit.message, '[no release]') }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set version information
id: version
Expand Down

0 comments on commit 6a8eae1

Please sign in to comment.