diff options
Diffstat (limited to '.github/workflows/regress.yml')
-rw-r--r-- | .github/workflows/regress.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/regress.yml b/.github/workflows/regress.yml index 88ce310..7cc35dc 100644 --- a/.github/workflows/regress.yml +++ b/.github/workflows/regress.yml | |||
@@ -8,7 +8,7 @@ jobs: | |||
8 | rust-openssl: | 8 | rust-openssl: |
9 | runs-on: ubuntu-latest | 9 | runs-on: ubuntu-latest |
10 | steps: | 10 | steps: |
11 | - uses: actions/checkout@v3 | 11 | - uses: actions/checkout@main |
12 | - name: Install apt dependencies | 12 | - name: Install apt dependencies |
13 | run: | | 13 | run: | |
14 | sudo apt-get update | 14 | sudo apt-get update |