Skip to content

Commit 19f2ee6

Browse files
Bump actions/checkout from 3 to 4 (pmmp#178)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [no release]
1 parent 590c29f commit 19f2ee6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pm-version-major: [4, 5]
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424

2525
- name: Install tools and dependencies
2626
run: |
@@ -79,7 +79,7 @@ jobs:
7979
pm-version-major: [ 4, 5 ]
8080

8181
steps:
82-
- uses: actions/checkout@v3
82+
- uses: actions/checkout@v4
8383

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

138138
steps:
139-
- uses: actions/checkout@v3
139+
- uses: actions/checkout@v4
140140

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

175175
steps:
176-
- uses: actions/checkout@v3
176+
- uses: actions/checkout@v4
177177

178178
- name: Set version information
179179
id: version

0 commit comments

Comments
 (0)