Skip to content

Commit fa60ce6

Browse files
dependabot[bot]davidv1992
authored andcommitted
Bump actions/checkout from 3.5.3 to 4.1.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@c85c95e...b4ffde6) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e7812f9 commit fa60ce6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout sources
20-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
20+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
2121
with:
2222
persist-credentials: false
2323
- name: Install rust toolchain
@@ -48,7 +48,7 @@ jobs:
4848
- ""
4949
steps:
5050
- name: Checkout sources
51-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
51+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
5252
with:
5353
persist-credentials: false
5454
- name: Install ${{ matrix.rust }} toolchain
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-latest
6969
steps:
7070
- name: Checkout sources
71-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
71+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
7272
with:
7373
persist-credentials: false
7474
- name: Install rust toolchain
@@ -91,7 +91,7 @@ jobs:
9191
runs-on: ubuntu-latest
9292
timeout-minutes: 30
9393
steps:
94-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
94+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
9595
- name: test on freebsd
9696
uses: vmactions/freebsd-vm@d139f0eaa5d47d9fcc44f7ab1748574475d89565
9797
with:
@@ -113,7 +113,7 @@ jobs:
113113
runs-on: ubuntu-latest
114114
steps:
115115
- name: Checkout sources
116-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
116+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
117117
with:
118118
persist-credentials: false
119119
- name: Install rust toolchain

0 commit comments

Comments
 (0)