We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b2843 commit 30aa0b2Copy full SHA for 30aa0b2
.github/workflows/fossa.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
18
- name: Fossa init
19
run: |-
20
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
node-version: [12.x]
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
21
22
- name: Use Node.js ${{ matrix.node-version }}
23
uses: actions/setup-node@v2
0 commit comments