Skip to content

Commit 2eabd45

Browse files
chore(deps): update actions/checkout action to v6
1 parent 9fc2c81 commit 2eabd45

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.7.0
8+
uses: actions/checkout@v6.0.2
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.7.0
12+
uses: actions/checkout@v6.0.2
1313
with:
1414
fetch-depth: 0
1515
- name: Install and Build 🔧

0 commit comments

Comments
 (0)