Skip to content

Commit b24eb34

Browse files
committed
chore: Update checkout versions
1 parent 7d690b5 commit b24eb34

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/alex.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v3.2.0
1111
- name: Use Node.js
12-
uses: actions/setup-node@v3
12+
uses: actions/setup-node@v3.5.1
1313
with:
1414
node-version: 12.x
1515
- name: Comment on new PR

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
lint:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v3.2.0
1010
- uses: actions/setup-node@v3.5.1
1111
with:
1212
cache: yarn

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: read
2020
steps:
2121
- name: Check out the repo
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v3.2.0
2323

2424
- name: Log in to Docker Hub
2525
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a

.github/workflows/spell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ jobs:
77
spellcheck: # run the action
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v3.2.0
1111
- uses: streetsidesoftware/cspell-action@v2.14.0

0 commit comments

Comments
 (0)