Skip to content

Commit

Permalink
ci: update checkout to v4, bump cache
Browse files Browse the repository at this point in the history
  • Loading branch information
QEDK committed Mar 30, 2024
1 parent 70ebec3 commit bc46535
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@ on:
jobs:
build_and_test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

# A repository can have up to 10GB of caches.
# Check https://github.com/actions/cache for details.
- uses: actions/cache@v2
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
binary_linux_amd64:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: install cargo deps and build avail
shell: bash
run: |
Expand All @@ -32,7 +32,7 @@ jobs:
binary_linux_arm64:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: install cargo deps and build avail
shell: bash
run: |
Expand All @@ -54,7 +54,7 @@ jobs:
binary_apple_arm64:
runs-on: macos-14
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: install cargo deps and build avail
shell: bash
run: |
Expand All @@ -74,7 +74,7 @@ jobs:
binary_apple_x86_64:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: install cargo deps and build avail
shell: bash
run: |
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit bc46535

Please sign in to comment.