Skip to content

Commit

Permalink
Merge pull request #9 from nordic-game-lab/renovate/actions-checkout-…
Browse files Browse the repository at this point in the history
…digest

Update actions/checkout digest to 9a9194f
  • Loading branch information
hi5a authored Aug 8, 2024
2 parents 0ae3424 + e2283bb commit 2e23f05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62
- uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62
- uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down

0 comments on commit 2e23f05

Please sign in to comment.