We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fef2dc commit d13e7ccCopy full SHA for d13e7cc
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Checkout repository
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
24
25
- name: Log in to the Container registry
26
uses: docker/login-action@v3
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
17
18
- uses: actions/setup-go@v6
19
with:
0 commit comments