Skip to content

Commit dfb449d

Browse files
authored
Auto merge! (merge-pr-in-all)
Update actions/checkout action to v6.0.3
2 parents fc39784 + 3092067 commit dfb449d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: runner / actionlint
1010
runs-on: ubuntu-24.04
1111
steps:
12-
- uses: actions/checkout@v6.0.2
12+
- uses: actions/checkout@v6.0.3
1313

1414
- name: actionlint
1515
uses: reviewdog/action-actionlint@v1.72.0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: release
1414
runs-on: ubuntu-24.04
1515
steps:
16-
- uses: actions/checkout@v6.0.2
16+
- uses: actions/checkout@v6.0.3
1717

1818
- run: |
1919
sudo apt-get update -y

.github/workflows/review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
rust:
1717
runs-on: ubuntu-24.04
1818
steps:
19-
- uses: actions/checkout@v6.0.2
19+
- uses: actions/checkout@v6.0.3
2020

2121
- uses: actions-rs/toolchain@v1.0.7
2222
with:

0 commit comments

Comments
 (0)