Skip to content

Commit 67fe3cd

Browse files
authored
Merge pull request #50 from simplesamlphp/dependabot/github_actions/release-2.4/all-actions-a331d3ec2d
Bump actions/checkout from 4 to 5 in the all-actions group
2 parents 614d8bf + 7d72edb commit 67fe3cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
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 }}

.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)