Skip to content

Commit ba1c5ef

Browse files
Bump the github-actions group across 1 directory with 3 updates (pmmp#213)
Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/download-artifact](https://github.com/actions/download-artifact) and [ncipollo/release-action](https://github.com/ncipollo/release-action). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) Updates `ncipollo/release-action` from 1.15.0 to 1.18.0 - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@v1.15.0...v1.18.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: ncipollo/release-action dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [ci skip]
1 parent d6bdc8a commit ba1c5ef

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/main-pm-matrix.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-22.04
3030

3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333

3434
- name: Install tools and dependencies
3535
run: |
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Checkout musl-cross-make
5656
if: steps.compiler-cache.outputs.cache-hit != 'true'
57-
uses: actions/checkout@v4
57+
uses: actions/checkout@v5
5858
with:
5959
repository: pmmp/musl-cross-make
6060
path: musl-cross-make
@@ -113,7 +113,7 @@ jobs:
113113
runs-on: ubuntu-22.04
114114

115115
steps:
116-
- uses: actions/checkout@v4
116+
- uses: actions/checkout@v5
117117

118118
- name: Install tools and dependencies
119119
run: |
@@ -178,7 +178,7 @@ jobs:
178178
image: macos-14
179179

180180
steps:
181-
- uses: actions/checkout@v4
181+
- uses: actions/checkout@v5
182182

183183
- name: Install tools and dependencies
184184
run: |
@@ -235,7 +235,7 @@ jobs:
235235
runs-on: windows-2022
236236

237237
steps:
238-
- uses: actions/checkout@v4
238+
- uses: actions/checkout@v5
239239

240240
- name: Prepare download cache
241241
id: download-cache
@@ -282,7 +282,7 @@ jobs:
282282
contents: write
283283

284284
steps:
285-
- uses: actions/checkout@v4
285+
- uses: actions/checkout@v5
286286

287287
- name: Update latest tag target
288288
run: |
@@ -292,7 +292,7 @@ jobs:
292292
git push -f origin pm${{ inputs.pm-version-major }}-latest
293293
294294
- name: Download artifacts
295-
uses: actions/download-artifact@v4
295+
uses: actions/download-artifact@v5
296296
with:
297297
path: ${{ github.workspace }}
298298
pattern: "*PHP-${{ inputs.php-version-base }}-*-PM${{ inputs.pm-version-major }}"
@@ -334,7 +334,7 @@ jobs:
334334
echo DATE=$(date -u +'%d %b %Y') >> $GITHUB_OUTPUT
335335
336336
- name: Update recommended PM release
337-
uses: ncipollo/release-action@v1.15.0
337+
uses: ncipollo/release-action@v1.20.0
338338
if: ${{ inputs.special-release != 'none' }}
339339
with:
340340
artifacts: |
@@ -351,7 +351,7 @@ jobs:
351351
prerelease: ${{ inputs.pm-preview == 'true' }}
352352

353353
- name: Update php-version PM release
354-
uses: ncipollo/release-action@v1.15.0
354+
uses: ncipollo/release-action@v1.20.0
355355
with:
356356
artifacts: |
357357
${{ github.workspace }}/*PHP-*-PM*/*.tar.gz

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Download artifacts
44-
uses: actions/download-artifact@v4
44+
uses: actions/download-artifact@v5
4545
with:
4646
path: ${{ github.workspace }}
4747

@@ -55,7 +55,7 @@ jobs:
5555
echo -e "\n\n\n" >> changelog.md
5656
5757
- name: Create release
58-
uses: ncipollo/release-action@v1.15.0
58+
uses: ncipollo/release-action@v1.20.0
5959
with:
6060
artifacts: |
6161
${{ github.workspace }}/*PHP-*-PM*/*.tar.gz

0 commit comments

Comments
 (0)