Skip to content

Commit dbcab67

Browse files
chore(deps): update actions/checkout action to v5 (#179)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0b72021 commit dbcab67

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-24.04
3434
steps:
3535
- name: Checkout sources
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737

3838
- name: Install toolchain
3939
uses: dtolnay/rust-toolchain@stable
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-24.04
5656
steps:
5757
- name: Checkout sources
58-
uses: actions/checkout@v4
58+
uses: actions/checkout@v5
5959

6060
- name: Install toolchain
6161
uses: dtolnay/rust-toolchain@stable

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
environment: "publish-crates.io"
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
with:
2020
ref: ${{ github.event.inputs.tag-name }}
2121

@@ -37,7 +37,7 @@ jobs:
3737
environment: "publish-homebrew"
3838
steps:
3939
- name: Checkout homebrew-tools Repository
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v5
4141
with:
4242
repository: michidk/homebrew-tools
4343
token: ${{ secrets.COMMITTER_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
target: x86_64-pc-windows-msvc
7979
steps:
8080
- name: Checkout repository
81-
uses: actions/checkout@v4
81+
uses: actions/checkout@v5
8282

8383
- name: Install toolchain
8484
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)