We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2226f4c commit c6f36cfCopy full SHA for c6f36cf
.github/workflows/dependency-review.yml
@@ -9,6 +9,6 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: "Checkout Repository"
12
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
13
- name: "Dependency Review"
14
uses: actions/dependency-review-action@v3
.github/workflows/nodejs.yml
@@ -32,7 +32,7 @@ jobs:
32
cancel-in-progress: true
33
34
35
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
36
with:
37
fetch-depth: 0
38
@@ -74,7 +74,7 @@ jobs:
74
if: matrix.os == 'windows-latest'
75
run: git config --global core.autocrlf input
76
77
78
79
- name: Use Node.js ${{ matrix.node-version }}
80
uses: actions/setup-node@v3
0 commit comments