Skip to content

Commit a76b57b

Browse files
Bump actions/checkout from 4.1.1 to 4.1.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6e5aff8 commit a76b57b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/coverage.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
RUST_BACKTRACE: full
2424

2525
steps:
26-
- uses: actions/[email protected].1
26+
- uses: actions/[email protected].2
2727
with:
2828
persist-credentials: false
2929

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: Checkout the source code
39-
uses: actions/[email protected].1
39+
uses: actions/[email protected].2
4040
with:
4141
persist-credentials: false
4242

.github/workflows/main.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/[email protected].1
18+
- uses: actions/[email protected].2
1919
- uses: actions-rs/[email protected]
2020
with:
2121
toolchain: beta
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030

3131
steps:
32-
- uses: actions/[email protected].1
32+
- uses: actions/[email protected].2
3333
- uses: actions-rs/[email protected]
3434
with:
3535
toolchain: beta
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545

4646
steps:
47-
- uses: actions/[email protected].1
47+
- uses: actions/[email protected].2
4848
with:
4949
persist-credentials: false
5050

@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ubuntu-latest
8080

8181
steps:
82-
- uses: actions/[email protected].1
82+
- uses: actions/[email protected].2
8383
with:
8484
persist-credentials: false
8585

@@ -101,7 +101,7 @@ jobs:
101101
runs-on: ubuntu-latest
102102

103103
steps:
104-
- uses: actions/[email protected].1
104+
- uses: actions/[email protected].2
105105
with:
106106
persist-credentials: false
107107

@@ -123,7 +123,7 @@ jobs:
123123
runs-on: ubuntu-latest
124124

125125
steps:
126-
- uses: actions/[email protected].1
126+
- uses: actions/[email protected].2
127127
with:
128128
persist-credentials: false
129129

@@ -142,7 +142,7 @@ jobs:
142142
runs-on: ubuntu-latest
143143
continue-on-error: true
144144
steps:
145-
- uses: actions/[email protected].1
145+
- uses: actions/[email protected].2
146146
- uses: reviewdog/[email protected]
147147
with:
148148
level: warning

0 commit comments

Comments
 (0)