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

Commit 3920121

Browse files
authored
Merge pull request #1264 from JohnTitor/actions-v3
2 parents a886f99 + 68aa16d commit 3920121

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/actions/build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
rustup target add --toolchain nightly x86_64-pc-windows-msvc
1212
shell: bash
1313

14-
- uses: actions/cache@v2
14+
- uses: actions/cache@v3
1515
with:
1616
path: |
1717
~/.cargo/registry/index/

.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@v2
16+
- uses: actions/checkout@v3
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@v2
14+
- uses: actions/checkout@v3
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@v2
10+
- uses: actions/checkout@v3
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)