Skip to content

Commit 12d29bd

Browse files
authored
Merge pull request #5 from Clifftech123/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 536d2f0 + 168d67c commit 12d29bd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-cd.yml

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

2424
steps:
2525
- name: Checkout code
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727
with:
2828
fetch-depth: 0 # Full history for versioning
2929
ref: ${{ github.ref }} # Checkout the exact ref (tag or branch)
@@ -141,7 +141,7 @@ jobs:
141141

142142
steps:
143143
- name: Checkout code
144-
uses: actions/checkout@v5
144+
uses: actions/checkout@v6
145145

146146
- name: Download NuGet artifacts
147147
uses: actions/download-artifact@v7

.github/workflows/codeql.yml

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

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525

2626
- name: Initialize CodeQL
2727
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)