Skip to content

Commit df380e5

Browse files
committed
fix: revert extraneous changes to non-release workflow files
1 parent 0c2317c commit df380e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/weekly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
21+
- uses: actions/checkout@v3
2222

2323
- name: Install rust stable toolchain
2424
run: |
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636

3737
steps:
38-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
38+
- uses: actions/checkout@v3
3939

4040
# FIXME: find a maintained alternative to audit-check
4141
- uses: actions-rs/audit-check@v1

0 commit comments

Comments
 (0)