Skip to content

Commit

Permalink
Merge pull request #3 from milosz-barylowicz/devops-update
Browse files Browse the repository at this point in the history
[DevOps]: update actions versions
  • Loading branch information
milosz-barylowicz authored Aug 2, 2024
2 parents 600ce69 + f30c5db commit 8f0aeac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:
pull_request:
branches: [ '**' ]
schedule:
- cron: '0 5 * * SUN'
- cron: '0 5 * * SUN'
workflow_dispatch:

jobs:
build:
runs-on: [ 'ubuntu-22.04' ]
runs-on: [ 'ubuntu-24.04' ]

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].7
- name: set up JDK 17
uses: actions/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cleanup-outdated-github-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: remove-outdated-github-workflow-runs

on:
schedule:
- cron: '0 6 * * SUN'
- cron: '0 6 * * SUN'
workflow_dispatch:

jobs:
remove-all-runs:
runs-on: [ 'ubuntu-22.04' ]
runs-on: [ 'ubuntu-24.04' ]
permissions:
actions: write
contents: write
Expand Down

0 comments on commit 8f0aeac

Please sign in to comment.