diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 699e5a5..e47a6be 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -16,7 +16,7 @@ jobs: if: ${{ github.repository_owner == 'bjackman' }} # Skip in forks steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 token: ${{ secrets.RELEASE_PLZ_TOKEN }} @@ -39,7 +39,7 @@ jobs: cancel-in-progress: false steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 token: ${{ secrets.RELEASE_PLZ_TOKEN }} diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9912114..044348b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Configure git run: git config --global user.email "grundbert@example.com"; git config --global user.name "Grundbert Schnlörber" - name: Build