Skip to content

Commit

Permalink
update checkout and upload to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed May 9, 2024
1 parent af2c9cc commit 3b4fa6d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
COMPLEX: ${{ matrix.complex }}
RDMAV_FORK_SAFE: 1
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cleanup
if: ${{ always() }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: self-hosted
steps:
- name: Check out the repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as
# part of the jobs
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install checkedout Firedrake
run: |
. /home/firedrake/firedrake/bin/activate
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: "Run linter"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
# #example-error-annotation-on-github-actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check workflow files
uses: docker://rhysd/actionlint:latest
with:
Expand All @@ -53,7 +53,7 @@ jobs:
env:
HADOLINT_IGNORE: "DL3005,DL3007,DL3008,DL3015,DL3059"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Lint dockerfiles inside hadolint container
run: |
for DOCKERFILE in docker/Dockerfile.*; \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/zenodo-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: "Run zenodo canary"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup Python
Expand All @@ -27,7 +27,7 @@ jobs:
run: |
python scripts/firedrake-install --test-doi-resolution
- name: Upload log
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: "zenodo-canary"
Expand Down

0 comments on commit 3b4fa6d

Please sign in to comment.