Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit e3796d9

Browse files
committed
Upgrade actions/checkout to v4
1 parent 571629d commit e3796d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/autofix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
RUST_LIB_BACKTRACE: 1
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
1919

.github/workflows/labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.repository == 'rust-lang/glacier'
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

1616
- name: Build
1717
uses: ./.github/actions/build

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111

1212
- name: tab character check
1313
run: if grep -P '\t' -rn --color ices fixed; then exit 1; fi

0 commit comments

Comments
 (0)