diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-11-24 15:45:49 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-11-24 15:45:49 +0100 |
| commit | 4427fd14f2f0965ddad7f35661b6c66c5363822e (patch) | |
| tree | cf0d9accd1b882ca3727cd01398da439e6732797 /.github/workflows | |
| parent | 8be555e5f91c6069c3d51cb014f1849fd182b1dc (diff) | |
Workflows: change @v2 to @v3
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/deploy.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/test-win.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/test.yml | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 103472c..f7dc4a0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: deploy: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Install mdbook diff --git a/.github/workflows/test-win.yml b/.github/workflows/test-win.yml index 23c91b0..a8c2dba 100644 --- a/.github/workflows/test-win.yml +++ b/.github/workflows/test-win.yml @@ -8,12 +8,12 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v3 + - uses: actions/setup-go@v3 with: go-version: ^1.15 - run: make - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: shared-lib path: exports/lib/ diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b9fe694..82fc63a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: with: go-version: ^1.15 - run: make - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: shared-lib path: exports/lib/ |
