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.
2 parents fca038d + 8d2d229 commit 4b8dcc0Copy full SHA for 4b8dcc0
.github/workflows/fetch-licenses.yaml
@@ -21,10 +21,10 @@ jobs:
21
git config --global user.email "github-actions[bot]@users.noreply.github.com"
22
23
- name: Checkout this repository's auto-update-licenses branch
24
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
25
26
- name: Checkout official SPDX Repository
27
28
with:
29
repository: spdx/license-list-data
30
path: official-spdx-licenses # creates a tmp dir to hold the SPDX licenses from the official repo
0 commit comments