Skip to content

Commit

Permalink
ci: actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Jun 29, 2024
1 parent 5823ee8 commit c8f3043
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- name: Determine fetch depth
run: echo "FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> "${GITHUB_ENV}"
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: eic-spack
fetch-depth: ${{ env.FETCH_DEPTH }}
Expand Down Expand Up @@ -81,11 +81,11 @@ jobs:
runs-on: ubuntu-latest
container: ghcr.io/spack/ubuntu-jammy:${{needs.generate-matrix.outputs.tag}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: key4hep-spack
repository: key4hep/key4hep-spack
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: eic-spack
- name: Setup key4hep-spack and eic-spack repositories
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-new-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
container: ghcr.io/spack/ubuntu-jammy:latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: key4hep-spack
repository: key4hep/key4hep-spack
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: eic-spack
- name: Check for new versions and create issue
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
# Don't run on closed unmerged pull requests
if: github.event.pull_request.merged
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Create backport pull requests
uses: korthout/backport-action@v1

0 comments on commit c8f3043

Please sign in to comment.