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

Commit

Permalink
Merge pull request #1691 from JohnTitor/upd-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor authored Oct 15, 2023
2 parents 571629d + 4dc9046 commit cd9c328
Show file tree
Hide file tree
Showing 4 changed files with 263 additions and 284 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
RUST_LIB_BACKTRACE: 1

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: github.repository == 'rust-lang/glacier'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build
uses: ./.github/actions/build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

0 comments on commit cd9c328

Please sign in to comment.