summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-05-24 15:17:02 -0400
committerTavian Barnes <tavianator@tavianator.com>2022-05-24 15:17:02 -0400
commitf732c7c6ac6cc4ba34f085e9809f30332e8c01f3 (patch)
treee0f4e3fcc68584b368b3e8ffa6678fcbf01dcf15 /.github/workflows/ci.yml
parent1d9426489836a3178f8e1ef211649b2503a03d85 (diff)
downloadbfs-f732c7c6ac6cc4ba34f085e9809f30332e8c01f3.tar.xz
ci: Update GitHub actions
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e7188dd..9db363d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Install dependencies
run: |
@@ -45,7 +45,7 @@ jobs:
runs-on: macos-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Install dependencies
run: |
@@ -65,7 +65,7 @@ jobs:
concurrency: spurion
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- uses: tailscale/github-action@main
with: