Skip to content

Commit

Permalink
ci(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
eoeo-renovate[bot] authored Oct 1, 2024
1 parent 2a89b26 commit 9fe0cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/do-not-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
jobs:
do-not-merge:
name: '!!!'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- run: |
if ${{ contains(github.event.pull_request.labels.*.name, 'do NOT merge!!!') }}; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- cron: '0 0 * * *'
jobs:
security_audit:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions-rs/audit-check@35b7b53b1e25b55642157ac01b4adceb5b9ebef3 # v1.2.0
Expand Down

0 comments on commit 9fe0cfb

Please sign in to comment.