Skip to content

Commit

Permalink
chore: bump REUSE CI dependencies version
Browse files Browse the repository at this point in the history
Log:
  • Loading branch information
BLumia committed Nov 25, 2024
1 parent 9e54c40 commit dd56555
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/license-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ on: workflow_call

jobs:
Check-License:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install reuse
Expand All @@ -28,7 +28,7 @@ jobs:
Check-README:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install zsh
Expand Down

0 comments on commit dd56555

Please sign in to comment.