Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24 (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 47b023b commit 6d66d4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# Dump GitHub Context.Event
dump:
name: Event details
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Event details
env:
Expand All @@ -27,7 +27,7 @@ jobs:
# Test for PR, merge queue and merge to main
get-pr:
name: Get PR number
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
pr: ${{ steps.vars.outputs.pr }}
steps:
Expand All @@ -40,7 +40,7 @@ jobs:
needs: [get-pr]
env:
pr: ${{ needs.get-pr.outputs.pr }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Verify PR number
run: |
Expand Down

0 comments on commit 6d66d4f

Please sign in to comment.