Skip to content

Commit 5411c9a

Browse files
Update actions/checkout action to v5
1 parent 79150ee commit 5411c9a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: macos-14 # Apple Silicon Runner
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- uses: n1hility/cancel-previous-runs@v3
1717
with:
1818
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/detect-api-changes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: macos-14 # Apple Silicon Runner
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- uses: n1hility/cancel-previous-runs@v3
2222
with:
2323
token: ${{ secrets.GITHUB_TOKEN }}
@@ -28,7 +28,7 @@ jobs:
2828
xcode-version: '15.4'
2929

3030
- name: 🚚 Fetch repo
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
with:
3333
fetch-depth: 0
3434

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: macos-15 # Apple Silicon Runner
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- uses: n1hility/cancel-previous-runs@v3
2121
with:
2222
token: ${{ secrets.GITHUB_TOKEN }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
echo "PROJECT_FOLDER=$(pwd)" >> $GITHUB_ENV
2424
shell: bash
2525

26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
with:
2828
repository: "Adyen/adyen-swift-public-api-diff"
2929
ref: ${{ env.VERSION_NUMBER }}

0 commit comments

Comments
 (0)