Skip to content

Commit

Permalink
build: unpin actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Sep 30, 2023
1 parent 1515661 commit 18c0988
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@v4
with:
persist-credentials: false # for later steps to use a different authentication
- uses: actions/setup-node@v3
Expand All @@ -40,7 +40,7 @@ jobs:
matrix:
node-version: ${{ fromJson(needs.get-supported-node-versions.outputs.versions) }}
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@v4
with:
fetch-depth: 0 # for commit linting
- uses: actions/setup-node@v3
Expand All @@ -57,7 +57,7 @@ jobs:
get-supported-node-versions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@v4
- id: get
run: |
set -euxo pipefail
Expand Down

0 comments on commit 18c0988

Please sign in to comment.