Skip to content

Commit c9dfa92

Browse files
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa41813 commit c9dfa92

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)