Skip to content

Commit 2e06ecf

Browse files
authored
build(deps): bump actions/checkout from 4 to 5 (#139)
2 parents d1f3fe4 + bb65441 commit 2e06ecf

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
with:
2525
ref: main
2626
- name: Mise Tools install

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
target: x86_64-ms-windows
4141
runs-on: windows-latest
4242
steps:
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v5
4444
- name: Mise Tools install
4545
uses: jdx/mise-action@v2
4646
if: ${{ matrix.os != 'windows' }}

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: oven-sh/setup-bun@v2
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0
2626
ref: ${{ github.event.pull_request.head.ref }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
permissions:
2222
contents: write
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
2727
fetch-tags: true

.github/workflows/test-build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Unit Tests
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
with:
1313
fetch-depth: 0
1414
fetch-tags: true
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
if: startsWith(github.ref, 'refs/tags/')
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
- name: Mise Tools install
3434
uses: jdx/mise-action@v2
3535
with:
@@ -70,7 +70,7 @@ jobs:
7070
if: always()
7171
runs-on: ubuntu-latest
7272
steps:
73-
- uses: actions/checkout@v4
73+
- uses: actions/checkout@v5
7474
with:
7575
fetch-depth: 0
7676
ref: ${{ contains(github.ref, '-beta') && 'develop' || 'main' }}
@@ -115,7 +115,7 @@ jobs:
115115
target: x86_64-ms-windows
116116
runs-on: windows-latest
117117
steps:
118-
- uses: actions/checkout@v4
118+
- uses: actions/checkout@v5
119119
with:
120120
ref: ${{ contains(github.ref, '-beta') && 'develop' || (startsWith(github.ref, 'refs/tags/') && 'main' || github.ref) }}
121121
- name: Mise Tools install

0 commit comments

Comments
 (0)