Skip to content

Commit

Permalink
[#12] Update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
Co-authored-by: Mustafa Ozhan <[email protected]>
  • Loading branch information
renovate[bot] and mustafaozhan authored Sep 26, 2024
1 parent 873e063 commit 92591e0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:
jobs:
GlobalConfigUpdate:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-project-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
ProjectAutomations:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: 'Move PR to "📖 To do"'
if: (github.event_name == 'pull_request' || github.event_name == 'issues') &&
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
ProjectAutomations:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: 'Add issue to project'
if: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:

PublishRelease:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
status: ${{ steps.status.outputs.status }}
steps:
Expand All @@ -26,7 +26,7 @@ jobs:
run: echo "status=success" >> $GITHUB_OUTPUT

Notify:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [ PublishRelease ]
if: always()
steps:
Expand Down

0 comments on commit 92591e0

Please sign in to comment.