Skip to content

Commit

Permalink
Merge pull request #2606 from drgrice1/workflow-updates
Browse files Browse the repository at this point in the history
Update the github check formats action to use Ubuntu 24.04.
  • Loading branch information
pstaabp authored Oct 29, 2024
2 parents 6d96fda + 231da26 commit 8379cba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-formats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ on:
jobs:
perltidy:
name: Check Perl file formatting with perltidy
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container:
image: perl:5.34
image: perl:5.38
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -30,7 +30,7 @@ jobs:
prettier:
name: Check JavaScript, style, and HTML file formatting with prettier
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 8379cba

Please sign in to comment.