Skip to content

Commit 1e79b83

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade actions/checkout action to v3
1 parent a08f22a commit 1e79b83

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci:build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout 🛎️
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v3
1212

1313
- name: Install 🔧
1414
uses: bahmutov/npm-install@v1

.github/workflows/ci:test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout 🛎️
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v3
1212

1313
- name: Install 🔧
1414
uses: bahmutov/npm-install@v1

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout 🛎️
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v3
1212

1313
- name: Install 🔧
1414
run: npm install

0 commit comments

Comments
 (0)