diff options
Diffstat (limited to 'src/tools/rustfmt/.github/workflows/linux.yml')
| -rw-r--r-- | src/tools/rustfmt/.github/workflows/linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rustfmt/.github/workflows/linux.yml b/src/tools/rustfmt/.github/workflows/linux.yml index 45f63b83c05..6a3f9d89d98 100644 --- a/src/tools/rustfmt/.github/workflows/linux.yml +++ b/src/tools/rustfmt/.github/workflows/linux.yml @@ -26,7 +26,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Run build - name: install rustup |
