Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Bump actions/checkout from 2.4.0 to 3 #1102

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
HAS_SECRET: ${{ secrets.GIT_API_KEY != null }}
- name: Checkout (with GIT_API_KEY)
if: ${{ steps.check_token.outputs.token_exists == 'true' }}
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
with:
token: ${{ secrets.GIT_API_KEY }}
- name: Checkout (with GitHub Token)
if: ${{ steps.check_token.outputs.token_exists == 'false' }}
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
with:
token: ${{ github.token }}
- name: Setup Node.js v16.x.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
needs: check-tokens
steps:
- name: Checkout
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- name: Setup Node.js v16.x.x
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
needs: check-tokens
steps:
- name: Checkout
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- name: Setup Node.js v16.x.x
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
with:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
needs: check-tokens
steps:
- name: Checkout
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- name: Setup Node.js v16.x.x
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
with:
Expand Down