Skip to content

Commit c0dec61

Browse files
committed
ci: update versions of GitHub actions used in CI
1 parent 2b35204 commit c0dec61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-clang.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
version: [8, 9, 10, 11]
1111
steps:
1212
# Checks-out the repository under $GITHUB_WORKSPACE.
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- name: Install Debian packages
1515
run: |
1616
sudo apt-get update

.github/workflows/build-gcc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
version: [8, 9, 10, 11]
1111
steps:
1212
# Checks-out the repository under $GITHUB_WORKSPACE.
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- name: Install Debian packages
1515
run: |
1616
sudo apt-get update

0 commit comments

Comments
 (0)