Skip to content

Commit ffac51f

Browse files
Update actions/checkout action to v7
1 parent faba1a4 commit ffac51f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: 📥 Checkout repository
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323

2424
- name: 🔵 Setup Go
2525
uses: actions/setup-go@v6
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: 📥 Checkout repository
45-
uses: actions/checkout@v6
45+
uses: actions/checkout@v7
4646
with:
4747
fetch-depth: 0
4848

.github/workflows/tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: 📥 Checkout repository
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v7
2020
with:
2121
token: ${{ secrets.KLOUD_BOT_ORG_PAT }}
2222

0 commit comments

Comments
 (0)