Skip to content

Commit 2dd5945

Browse files
authored
Merge pull request #77 from flcdrg/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 460b765 + b035095 commit 2dd5945

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@v6
31+
uses: actions/checkout@v7
3232

3333
- name: "Login via Azure CLI"
3434
uses: azure/login@v3
@@ -70,7 +70,7 @@ jobs:
7070
environment: dev
7171
steps:
7272
- name: "Checkout GitHub Action"
73-
uses: actions/checkout@v6
73+
uses: actions/checkout@v7
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@v6
18+
uses: actions/checkout@v7
1919

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

0 commit comments

Comments
 (0)