Skip to content

Commit

Permalink
bump checkout action (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie authored Dec 19, 2024
1 parent fcf8c91 commit 348c4d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- develop
- releases/v0.23
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- name: Set up Spack
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
using: "composite"
steps:
- name: Checkout Spack
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
repository: spack/spack
path: ${{ inputs.path }}
Expand Down

0 comments on commit 348c4d3

Please sign in to comment.