Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
grubersjoe committed Nov 3, 2024
1 parent aa700b7 commit 9ab6aa9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/setup-node@v4.0.4
- uses: actions/[email protected].2
- uses: actions/setup-node@v4.1.0
with:
node-version: 20

Expand All @@ -23,7 +23,7 @@ jobs:
shell: bash
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV

- uses: actions/[email protected].1
- uses: actions/[email protected].2
name: Setup pnpm cache
with:
path: ${{ env.STORE_PATH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
token: ${{ secrets.WORKFLOW_SECRET }} # Access token with `workflow` scope

Expand Down

0 comments on commit 9ab6aa9

Please sign in to comment.