Skip to content

Commit

Permalink
Merge pull request #28 from OWASP/update-workflow
Browse files Browse the repository at this point in the history
update versions used in workflow steps
  • Loading branch information
jgadsden authored Jun 4, 2024
2 parents d811012 + c56223e commit 88c76c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/housekeeping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
chores:
name: Tidy workflows
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
actions: write

Expand All @@ -29,7 +29,7 @@ jobs:

link_checker:
name: Link checker
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout markdown
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
link_checker:
name: Link checker
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout markdown
uses: actions/[email protected]
Expand Down

0 comments on commit 88c76c2

Please sign in to comment.