Skip to content

Commit

Permalink
Merge pull request #2895 from olehermanse/3.21-actions
Browse files Browse the repository at this point in the history
GH Actions: Upgraded versions of Ubuntu and checkout action (3.21)
  • Loading branch information
olehermanse authored May 27, 2024
2 parents 9335266 + 5d23683 commit d093652
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/style_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:

jobs:
style_check:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Style Check
run: sh tests/style_check.sh
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ on:

jobs:
acceptance_tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: masterfiles
- name: Get Togethers
Expand All @@ -15,7 +15,7 @@ jobs:
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout Core
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: cfengine/core
path: core
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ on:

jobs:
valgrind_tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: masterfiles
- name: Get Togethers
Expand All @@ -15,7 +15,7 @@ jobs:
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout Core
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: cfengine/core
path: core
Expand Down

0 comments on commit d093652

Please sign in to comment.