Skip to content

Commit cde6d8d

Browse files
authored
Merge pull request #35 from flcdrg/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 06c27b2 + 0a25862 commit cde6d8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/azure-functions-app-dotnet.yml

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

2929
steps:
3030
- name: "Checkout GitHub Action"
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232

3333
- name: "Login via Azure CLI"
3434
uses: azure/login@v2
@@ -70,7 +70,7 @@ jobs:
7070
environment: dev
7171
steps:
7272
- name: "Checkout GitHub Action"
73-
uses: actions/checkout@v5
73+
uses: actions/checkout@v6
7474
with:
7575
fetch-depth: 0
7676

.github/workflows/take-down.yml

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

1616
steps:
1717
- name: "Checkout GitHub Action"
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919

2020
- name: "Login via Azure CLI"
2121
uses: azure/login@v2

0 commit comments

Comments
 (0)