Skip to content

Commit 39c6aef

Browse files
committed
workflows: update checkout action to current major version
Fixes deprecation warning for Node.js 12: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
1 parent 4296e6e commit 39c6aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- run: sudo apt-get -qq update
2727
- name: Install libsystemd-dev
2828
run: sudo apt-get install libsystemd-dev
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v3
3030
- name: Setup go
3131
uses: actions/setup-go@v1
3232
with:

0 commit comments

Comments
 (0)