aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/dependency-updates.yml
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-04-27 23:44:07 +0100
committerLibravatar GitHub <noreply@github.com>2022-04-27 22:44:07 +0000
commit93669785fdc896ccc69751447023f8f790069063 (patch)
treee81ff1ded0451ce536622347fccd76511792e50f /.github/workflows/dependency-updates.yml
parentAdd Ferdi server to hosted services (#49) (diff)
downloadferdium-app-93669785fdc896ccc69751447023f8f790069063.tar.gz
ferdium-app-93669785fdc896ccc69751447023f8f790069063.tar.zst
ferdium-app-93669785fdc896ccc69751447023f8f790069063.zip
Use specific version of the GH action runner OS so as to limit issues relating to upgraded OS under our feet (#55)
Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
Diffstat (limited to '.github/workflows/dependency-updates.yml')
-rw-r--r--.github/workflows/dependency-updates.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml
index 88a9541bd..482d7f7a1 100644
--- a/.github/workflows/dependency-updates.yml
+++ b/.github/workflows/dependency-updates.yml
@@ -17,7 +17,7 @@ env:
17 17
18jobs: 18jobs:
19 dependency_updates: 19 dependency_updates:
20 runs-on: ubuntu-latest 20 runs-on: ubuntu-20.04
21 steps: 21 steps:
22 - name: Set env vars 22 - name: Set env vars
23 run: | 23 run: |