Skip to content

Commit 9779da9

Browse files
committed
update ubuntu version and use v3 tag in example
1 parent 73e6474 commit 9779da9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on: [push]
1818
jobs:
1919
ci-cd:
2020
name: Build, Push and Deploy
21-
runs-on: ubuntu-18.04
21+
runs-on: ubuntu-20.04
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v2
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v2
2828
with:
2929
repository: Staffbase/gitops-github-action
30-
ref: v1
30+
ref: v3
3131
# The GITOPS_TOKEN is available as organization secret.
3232
token: ${{ secrets.GITOPS_TOKEN }}
3333
# It's important that you clone the repository into the .github/gitops path, because the GitHub Action has a hard dependency on this path.

0 commit comments

Comments
 (0)