Skip to content

Commit

Permalink
vdk-github-workflows: ubuntu latest update (#1943)
Browse files Browse the repository at this point in the history
An older hardcoded ubuntu was used.

Ubuntu updated to latest, in sync with the rest of the workflows.

Testing done: verified no version limitations regarding public docs.

Signed-off-by: ivakoleva <[email protected]>
  • Loading branch information
ivakoleva committed Apr 24, 2023
1 parent ffd0f89 commit 3e53f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
autoupdate:
name: autoupdate
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
Expand Down

0 comments on commit 3e53f85

Please sign in to comment.