Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2024
1 parent 8727316 commit 2f0e064
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
pkg-version: ${{ steps.pkg-version.outputs.PKG_VERSION }}
steps:
- name: "Check out the repo"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Check out the repo"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Create release"
uses: "taiki-e/create-gh-release-action@v1"
Expand All @@ -61,7 +61,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: "Check out the repo"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Upload Binaries"
uses: "taiki-e/upload-rust-binary-action@v1"
Expand All @@ -81,7 +81,7 @@ jobs:
runs-on: "ubuntu-latest"
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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Check out the repo"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Check out the repo"
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: "actions-rs/toolchain@v1"
with:
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Check out the repo"
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: "actions-rs/toolchain@v1"
with:
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Check out the repo"
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: "actions-rs/toolchain@v1"
with:
Expand All @@ -63,7 +63,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Check out the repo"
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: "actions-rs/toolchain@v1"
with:
Expand Down

0 comments on commit 2f0e064

Please sign in to comment.