Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-renovate[bot] committed Jan 8, 2024
1 parent 8699bc7 commit b1d9ce4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
version: latest
publish:
name: Build and push Agent container
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs:
- prepare
- test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: PATH=$PATH:$GOPATH/bin make test
publish-docker:
name: Build and push agent container
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [test]
permissions:
contents: 'read'
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
if: always()
bump:
name: Bump Chart Version
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [release]
permissions:
contents: write
Expand Down

0 comments on commit b1d9ce4

Please sign in to comment.