Skip to content

Commit f9f6c4a

Browse files
chore(deps): bump actions/checkout from 4.3.1 to 6.0.2 (#35)
1 parent 842eada commit f9f6c4a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
name: ${{ matrix.os }} ${{ matrix.cxx || 'MSVC' }}${{ matrix.name_suffix || '' }}
9696
runs-on: ${{ matrix.os }}
9797
steps:
98-
- uses: actions/checkout@v6
98+
- uses: actions/checkout@v6.0.2
9999

100100
- name: Setup Ninja (Ubuntu)
101101
if: startsWith(matrix.os, 'ubuntu')
@@ -152,7 +152,7 @@ jobs:
152152
name: Rust ${{ matrix.toolchain }} / ${{ matrix.os }}
153153
runs-on: ${{ matrix.os }}
154154
steps:
155-
- uses: actions/checkout@v6
155+
- uses: actions/checkout@v6.0.2
156156

157157
- name: Install Rust
158158
uses: dtolnay/rust-toolchain@master

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
EVENT: ${{ toJSON(github.event) }}
2323
- name: Checkout
24-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
24+
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.3.1
2525
with:
2626
persist-credentials: false
2727
sparse-checkout: .

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Checkout
2525
if: ${{ steps.release.outputs.release_created }}
26-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
26+
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.3.1
2727
with:
2828
persist-credentials: false
2929

@@ -68,7 +68,7 @@ jobs:
6868

6969
steps:
7070
- name: Checkout
71-
uses: actions/checkout@v6
71+
uses: actions/checkout@v6.0.2
7272

7373
- name: Install Rust
7474
uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)