Skip to content

Commit cea6058

Browse files
Merge pull request #10 from scality/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents dbbd5bc + 36939f9 commit cea6058

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pre-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-24.04
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
- name: Set up Go
1717
uses: actions/setup-go@v6
1818
with:

.github/workflows/promote.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-24.04
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
with:
1616
# NOTE: We explicitly set the refs otherwise the tag
1717
# annotations content is not fetched

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
app-id: ${{ vars.ACTIONS_APP_ID }}
3737
private-key: ${{ secrets.ACTIONS_APP_PRIVATE_KEY }}
3838
- name: Checkout
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v5
4040
with:
4141
fetch-depth: 0
4242
token: ${{ steps.app-token.outputs.token }}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Clone the code
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
- name: Set up Go
1414
uses: actions/setup-go@v6
1515
with:

0 commit comments

Comments
 (0)