Skip to content

Commit 259b89d

Browse files
committed
chore(deps): update actions/checkout action to v2.7.0
1 parent 79c1532 commit 259b89d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout 🛎️
8-
uses: actions/checkout@v2.6.0
8+
uses: actions/checkout@v2.7.0
99

1010
- name: Install and Build 🔧
1111
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-18.04
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v2.6.0
12+
uses: actions/checkout@v2.7.0
1313
with:
1414
fetch-depth: 0
1515
- name: Install and Build 🔧

0 commit comments

Comments
 (0)