Skip to content

Commit 1272895

Browse files
chore: bump actions/checkout from 4 to 5 (#1173)
2 parents 973ebe3 + 92ff0bf commit 1272895

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-publish-mcr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fleet_networking_version: ${{ steps.vars.outputs.fleet_networking_version }}
2727
arc_helmchart_version: ${{ steps.vars.outputs.arc_helmchart_version }}
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
with:
3131
fetch-depth: 0
3232
- name: 'Set output variables'
@@ -59,7 +59,7 @@ jobs:
5959
labels: [self-hosted, "1ES.Pool=1es-aks-fleet-pool-ubuntu"]
6060
needs: prepare-variables
6161
steps:
62-
- uses: actions/checkout@v4
62+
- uses: actions/checkout@v5
6363
with:
6464
ref: ${{ needs.prepare-variables.outputs.release_tag }}
6565
- name: 'Login the ACR'
@@ -112,7 +112,7 @@ jobs:
112112
labels: [self-hosted, "1ES.Pool=1es-aks-fleet-pool-ubuntu-arm64"]
113113
needs: prepare-variables
114114
steps:
115-
- uses: actions/checkout@v4
115+
- uses: actions/checkout@v5
116116
with:
117117
ref: ${{ needs.prepare-variables.outputs.release_tag }}
118118
- name: 'Login the ACR'

.github/workflows/publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
REGISTRY: ${{ needs.export-registry.outputs.registry }}
3838
runs-on: ubuntu-20.04
3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141
with:
4242
submodules: true
4343
fetch-depth: 0

0 commit comments

Comments
 (0)