Skip to content

Commit ae31c2b

Browse files
authored
Update c-cpp.yml
1 parent b509090 commit ae31c2b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,16 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
9+
- uses: actions/checkout@v4 # v4
1010
- name: Cache assets
11-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
11+
uses: actions/cache@v4 # v4
1212
with:
1313
# npm cache files are stored in `~/.npm` on Linux/macOS
1414
path: tmp
1515
key: ${{ runner.os }}-build-${{ hashFiles('Makefile') }}
1616
restore-keys: |
1717
${{ runner.os }}-build-
1818
${{ runner.os }}-
19-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2019
- name: test
2120
run: make test_on_docker
2221
env:

0 commit comments

Comments
 (0)