Skip to content

Commit 19da5b0

Browse files
authored
Merge pull request #7 from stacklok/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents 61f704f + d3adaaf commit 19da5b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626

2727
- name: Set up Go
2828
uses: actions/setup-go@v5
@@ -59,7 +59,7 @@ jobs:
5959
if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
6060
steps:
6161
- name: Checkout code
62-
uses: actions/checkout@v4
62+
uses: actions/checkout@v5
6363
with:
6464
fetch-depth: 0
6565

@@ -254,7 +254,7 @@ jobs:
254254
if: github.event_name == 'pull_request'
255255
steps:
256256
- name: Checkout code
257-
uses: actions/checkout@v4
257+
uses: actions/checkout@v5
258258

259259
- name: Set up Go
260260
uses: actions/setup-go@v5

.github/workflows/update-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
with:
2727
token: ${{ secrets.GITHUB_TOKEN }}
2828

0 commit comments

Comments
 (0)