Skip to content

Commit

Permalink
Merge pull request #365 from orf/dependabot/github_actions/actions/ch…
Browse files Browse the repository at this point in the history
…eckout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
orf authored Oct 11, 2023
2 parents 4ff0399 + 17dc58e commit 3d1f35e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
RUST_BACKTRACE: "1"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
container:
image: alpine:latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: apk add libgcc gcc musl-dev

- name: Install Rust
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- aarch64-unknown-linux-musl
- x86_64-unknown-linux-musl
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
- build_and_test
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- name: Publish
uses: softprops/action-gh-release@v1
Expand All @@ -183,7 +183,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 3d1f35e

Please sign in to comment.