Skip to content

Commit

Permalink
Update github actions to resolve node16 EOL warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleiserson committed Apr 4, 2024
1 parent b0b700a commit 89050eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pull-requests: read
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: cargo audit
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
components: clippy,rustfmt

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
with:
components: clippy,rustfmt

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
with:
components: clippy,rustfmt

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Setup Docker Buildx"
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 89050eb

Please sign in to comment.