We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f18250c commit 4b5e534Copy full SHA for 4b5e534
.github/workflows/lcm.yml
@@ -17,7 +17,7 @@ jobs:
17
run: sudo apt-get update
18
19
- name: Checkout
20
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
21
22
- name: Check whether there are unlicensed packages
23
run: tools/license-check.sh
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
release:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
with:
14
fetch-depth: 0
15
0 commit comments