Skip to content

Commit

Permalink
ci: update actions/checkout and pin scoop to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stasjok authored Apr 21, 2024
1 parent e31f582 commit 9e01300
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,16 @@ jobs:

steps:
- name: Checkout bucket
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: bucket
fetch-depth: 2

- name: Checkout scoop
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: lukesampson/scoop
ref: v0.3.1
path: scoop\apps\scoop\current

- name: Run tests
Expand Down

0 comments on commit 9e01300

Please sign in to comment.