Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit e4315eb

Browse files
CI: update actions/checkout action to v3 (#48)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 589577f commit e4315eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- name: Install Go
1414
uses: actions/setup-go@v3
1515
with:

0 commit comments

Comments
 (0)