Skip to content

Commit 9b1fb87

Browse files
authored
Merge pull request #200 from atom-community/renovate/actions-checkout-3.x
2 parents 9543df1 + d1bdaab commit 9b1fb87

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- windows-latest
2020
atom_channel: [stable, beta]
2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2323
- uses: UziTech/action-setup-atom@v1
2424
with:
2525
channel: ${{ matrix.atom_channel }}
@@ -36,7 +36,7 @@ jobs:
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
steps:
39-
- uses: actions/checkout@v2
39+
- uses: actions/checkout@v3
4040
with:
4141
fetch-depth: 0
4242
- name: Commit lint ✨
@@ -57,7 +57,7 @@ jobs:
5757
github.event.repository.fork == false
5858
runs-on: ubuntu-latest
5959
steps:
60-
- uses: actions/checkout@v2
60+
- uses: actions/checkout@v3
6161
- uses: UziTech/action-setup-atom@v1
6262
- uses: actions/[email protected]
6363
with:

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v2
33+
uses: actions/checkout@v3
3434
with:
3535
# We must fetch at least the immediate parents so that if this is
3636
# a pull request then we can checkout the head.

0 commit comments

Comments
 (0)