diff --git a/.github/workflows/fair-software.yml b/.github/workflows/fair-software.yml index 64b9cc6..c145946 100644 --- a/.github/workflows/fair-software.yml +++ b/.github/workflows/fair-software.yml @@ -12,7 +12,7 @@ jobs: name: "fair-software" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: repository: mattkretz/howfairis path: howfairis diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index b004d28..846c7ff 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -8,6 +8,6 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: REUSE Compliance Check uses: fsfe/reuse-action@v6