Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 7c6deb1 commit fe094cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
lint:
name: Lint the otc-auth source code
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Setup Go environment
uses: actions/setup-go@v5
Expand All @@ -21,7 +21,7 @@ jobs:

build:
name: Build the otc-auth
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Setup Go environment
uses: actions/setup-go@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: github.actor != 'dependabot[bot]'

strategy:
Expand Down

0 comments on commit fe094cb

Please sign in to comment.