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 dd91777 commit 3840247Copy full SHA for 3840247
.github/workflows/fossa.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout
18
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
19
- name: Download fossa cli
20
run: |-
21
mkdir -p $HOME/.local/bin
.github/workflows/workflow.yml
fail-fast: false
- name: Git checkout
- name: Using Node.js
uses: actions/setup-node@v3
with:
0 commit comments