Skip to content

Commit 4e93013

Browse files
Bump actions/checkout from 4.2.2 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...de0fac2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fd25cfe commit 4e93013

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- develop
1515
- releases/v1.0
1616
steps:
17-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
17+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1818

1919
- name: Set up Spack
2020
uses: ./

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ runs:
4141
using: "composite"
4242
steps:
4343
- name: Checkout Spack
44-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
44+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
4545
with:
4646
repository: ${{ inputs.repository }}
4747
path: ${{ inputs.path }}
4848
ref: ${{ inputs.spack_ref }}
4949

5050
- name: Checkout Spack packages
51-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
51+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
5252
with:
5353
repository: ${{ inputs.packages_repository }}
5454
path: ${{ inputs.packages_path }}

0 commit comments

Comments
 (0)