Skip to content

Commit a73a0d7

Browse files
authored
Merge pull request #77 from coreos/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents cfdb25d + a5645fa commit a73a0d7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
2828
steps:
2929
- name: Check out repository
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
- name: Install toolchain
3232
uses: dtolnay/rust-toolchain@v1
3333
with:
@@ -44,7 +44,7 @@ jobs:
4444
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
4545
steps:
4646
- name: Check out repository
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848
- name: Install toolchain
4949
uses: dtolnay/rust-toolchain@v1
5050
with:
@@ -61,7 +61,7 @@ jobs:
6161
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
6262
steps:
6363
- name: Check out repository
64-
uses: actions/checkout@v4
64+
uses: actions/checkout@v5
6565
- name: Detect crate MSRV
6666
run: |
6767
msrv=$(cargo metadata --format-version 1 --no-deps | \
@@ -84,7 +84,7 @@ jobs:
8484
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
8585
steps:
8686
- name: Check out repository
87-
uses: actions/checkout@v4
87+
uses: actions/checkout@v5
8888
- name: Install toolchain
8989
uses: dtolnay/rust-toolchain@v1
9090
with:
@@ -106,7 +106,7 @@ jobs:
106106
channel: [beta, nightly]
107107
steps:
108108
- name: Check out repository
109-
uses: actions/checkout@v4
109+
uses: actions/checkout@v5
110110
- name: Install toolchain
111111
uses: dtolnay/rust-toolchain@v1
112112
with:
@@ -122,7 +122,7 @@ jobs:
122122
runs-on: windows-latest
123123
steps:
124124
- name: Check out repository
125-
uses: actions/checkout@v4
125+
uses: actions/checkout@v5
126126
- name: Install toolchain
127127
uses: dtolnay/rust-toolchain@v1
128128
with:

0 commit comments

Comments
 (0)