Skip to content

Commit f286425

Browse files
Merge pull request #123 from weekenthralling/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 5 to 6
2 parents 204cd95 + 3461091 commit f286425

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id-token: write
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525
- name: Login to DockerHub
2626
uses: docker/login-action@v3
2727
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Clone the code
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
- name: Setup Go
1919
uses: actions/setup-go@v6
2020
with:

0 commit comments

Comments
 (0)