Skip to content

Commit f6ce92e

Browse files
committed
ci: update versions of GitHub actions used in CI
1 parent b1a6110 commit f6ce92e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-20.04
88
steps:
99
# Checks-out the repository under $GITHUB_WORKSPACE.
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111
with:
1212
submodules: 'recursive'
1313
- name: Install Debian packages
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-20.04
3333
steps:
3434
# Checks-out the repository under $GITHUB_WORKSPACE.
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v3
3636
with:
3737
submodules: 'recursive'
3838
- name: Install Debian packages

0 commit comments

Comments
 (0)