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

Commit cd9c328

Browse files
authored
Merge pull request #1691 from JohnTitor/upd-deps
2 parents 571629d + 4dc9046 commit cd9c328

File tree

4 files changed

+263
-284
lines changed

4 files changed

+263
-284
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)