Skip to content

Commit

Permalink
Consistent checkout action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Nov 16, 2024
1 parent a516cca commit 222c5ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version-file: '.tool-versions'
Expand All @@ -52,7 +52,7 @@ jobs:
needs: build
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: akhileshns/[email protected]
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
Expand Down

0 comments on commit 222c5ea

Please sign in to comment.