summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-01-01 23:43:47 -0500
committerTavian Barnes <tavianator@tavianator.com>2024-01-01 23:46:43 -0500
commit1117564e6f06860b826f0bc9d27e7d26b7e56eee (patch)
treefbdccf9f5aace8c403eb5ab0ce370516932b1b9f /.github/workflows/ci.yml
parent9cf8ea46ecc274351db419c2ab8fdf68c2d223d8 (diff)
downloadbfs-1117564e6f06860b826f0bc9d27e7d26b7e56eee.tar.xz
ci: Update action and image versions
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bc0719e..38194f2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -6,10 +6,10 @@ jobs:
linux:
name: Linux
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Install dependencies
run: |
@@ -48,7 +48,7 @@ jobs:
runs-on: macos-13
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Install dependencies
run: |
@@ -64,14 +64,14 @@ jobs:
if: ${{ github.repository_owner == 'tavianator' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) }}
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
concurrency: spurion
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- - uses: tailscale/github-action@main
+ - uses: tailscale/github-action@v2
with:
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}