Skip to content

Commit 280efc3

Browse files
authored
Merge pull request #3039 from DNSCrypt/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents ad9c81e + e0029c4 commit 280efc3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

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

1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 2
1919

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "Tag version: $VERSION"
3636
3737
- name: Check out code
38-
uses: actions/checkout@v5
38+
uses: actions/checkout@v6
3939

4040
- name: Set up Go
4141
uses: actions/setup-go@v6

0 commit comments

Comments
 (0)