Skip to content

Commit e67c6c2

Browse files
authored
chore: upgrade to actions/checkout@v3
This is more than just a chore in that GitHub has been starting to generate warnings about actions/checkout@v2. "Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout"
1 parent f950351 commit e67c6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
os: [ubuntu-latest, ubuntu-18.04, ubuntu-20.04]
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
- uses: ./
1717
- name: Test CernVM-FS
1818
run: |

0 commit comments

Comments
 (0)