Skip to content

Commit 0144fb5

Browse files
Github Actions: Bump actions/checkout from 4.2.1 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fb81230 commit 0144fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upgrade.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-24.04-16core-64GB
2424
steps:
2525
- name: Checkout ${{ matrix.version-tags }}
26-
uses: actions/[email protected].1
26+
uses: actions/[email protected].2
2727
with:
2828
ref: refs/tags/${{ matrix.version-tags }}
2929

@@ -48,7 +48,7 @@ jobs:
4848
run: mage -v deploy:waitUntilComplete
4949

5050
- name: Checkout Code Under Test
51-
uses: actions/[email protected].1
51+
uses: actions/[email protected].2
5252

5353
- name: Upgrade Orchestrator
5454
timeout-minutes: 90

0 commit comments

Comments
 (0)