Skip to content

Commit 2d2e29d

Browse files
authored
Merge pull request #2928 from DNSCrypt/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents a8da414 + 950c8f8 commit 2d2e29d

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@v4
16+
uses: actions/checkout@v5
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@v4
38+
uses: actions/checkout@v5
3939

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

0 commit comments

Comments
 (0)