Skip to content

Commit 4b8dcc0

Browse files
authored
Merge pull request #76 from github/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents fca038d + 8d2d229 commit 4b8dcc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fetch-licenses.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
git config --global user.email "github-actions[bot]@users.noreply.github.com"
2222
2323
- name: Checkout this repository's auto-update-licenses branch
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v4
2525

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

0 commit comments

Comments
 (0)