Skip to content

Commit b3f6cd5

Browse files
authored
Merge pull request #6 from simplesamlphp/dependabot/github_actions/release-2.4/all-actions-7921bc0373
Bump the all-actions group with 2 updates
2 parents a623d4d + d4a6db3 commit b3f6cd5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: ${{ github.event.commits[0].author.name != 'dependabot[bot]' }}
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
token: ${{ secrets.ASSETS_COMMIT_TOKEN }}
2121
ref: ${{ github.head_ref || github.ref_name }}
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
node-version: 18
7474

75-
- uses: actions/download-artifact@v4
75+
- uses: actions/download-artifact@v5
7676
with:
7777
name: release
7878

@@ -139,7 +139,7 @@ jobs:
139139
version: ${{ steps.asset_version.outputs.version }}
140140

141141
steps:
142-
- uses: actions/download-artifact@v4
142+
- uses: actions/download-artifact@v5
143143
with:
144144
name: build
145145

@@ -174,7 +174,7 @@ jobs:
174174
runs-on: [ubuntu-latest]
175175

176176
steps:
177-
- uses: actions/download-artifact@v4
177+
- uses: actions/download-artifact@v5
178178
with:
179179
name: build
180180

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
packages_changed: ${{ steps.changes.outputs.packages_changed }}
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
with:
1818
token: ${{ secrets.ASSETS_COMMIT_TOKEN }}
1919
ref: ${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)