diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 1f352ef..e5069fc 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -15,7 +15,7 @@ jobs: id-token: write # behövs för npm OIDC (trusted publishing) steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # [!] we need to checkout with tags and commit history - name: Setup python diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a7d308b..f3c6dab 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Use Node.js uses: actions/setup-node@v6 with: diff --git a/.github/workflows/prep-release.yml b/.github/workflows/prep-release.yml index 1dc82a7..290faf5 100644 --- a/.github/workflows/prep-release.yml +++ b/.github/workflows/prep-release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # [!] we need to checkout with tags and commit history - name: Setup python