Skip to content

Commit 018ae6f

Browse files
Update actions/checkout action to v5.0.1 (#84)
Co-authored-by: oxide-renovate[bot] <146848827+oxide-renovate[bot]@users.noreply.github.com>
1 parent f3406ed commit 018ae6f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
check-style:
1515
runs-on: ubuntu-24.04
1616
steps:
17-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1818
with:
1919
ref: ${{ github.event.pull_request.head.sha }} # see omicron#4461
2020
- name: Report cargo version
@@ -34,7 +34,7 @@ jobs:
3434
# This repo is unstable and unnecessary: https://github.com/microsoft/linux-package-repositories/issues/34
3535
- name: Disable packages.microsoft.com repo
3636
run: sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
37-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
37+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3838
with:
3939
ref: ${{ github.event.pull_request.head.sha }} # see omicron#4461
4040
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
@@ -53,7 +53,7 @@ jobs:
5353
# This repo is unstable and unnecessary: https://github.com/microsoft/linux-package-repositories/issues/34
5454
- name: Disable packages.microsoft.com repo
5555
run: sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
56-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
56+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5757
with:
5858
ref: ${{ github.event.pull_request.head.sha }} # see omicron#4461
5959
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0

0 commit comments

Comments
 (0)