Skip to content

Commit

Permalink
Merge pull request #76 from github/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
elrayle authored Jun 6, 2024
2 parents fca038d + 8d2d229 commit 4b8dcc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fetch-licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
git config --global user.email "github-actions[bot]@users.noreply.github.com"
- name: Checkout this repository's auto-update-licenses branch
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Checkout official SPDX Repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: spdx/license-list-data
path: official-spdx-licenses # creates a tmp dir to hold the SPDX licenses from the official repo
Expand Down

0 comments on commit 4b8dcc0

Please sign in to comment.