Skip to content

Commit fe6691a

Browse files
ci: bump version of checkout actions
1 parent d3a7237 commit fe6691a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222
- uses: actions/setup-node@v2
2323
with:
2424
node-version: 16

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424
- name: Use Node.js ${{ matrix.node-version }}
2525
uses: actions/setup-node@v2
2626
with:

.github/workflows/update-badges.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515

16-
- uses: actions/checkout@v2 # clones your repo, make sure the ssh secret is set!
16+
- uses: actions/checkout@v3 # clones your repo, make sure the ssh secret is set!
1717
with:
1818
ref: ${{ github.head_ref }}
1919
token: ${{ secrets.GH_PAT }} # token-based checkout is required because of branch protections on master

0 commit comments

Comments
 (0)