This commit is contained in:
dependabot[bot] 2025-11-24 19:03:59 +00:00 committed by GitHub
commit ce6f46650a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@ jobs:
environment: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Check if tag already exists
# note: this will fail if the tag already exists
@ -84,7 +84,7 @@ jobs:
# for pushing container images
packages: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0

View file

@ -12,7 +12,7 @@ jobs:
name: "Static analysis"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Bootstrap environment
uses: ./.github/actions/bootstrap
@ -32,7 +32,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Bootstrap environment
uses: ./.github/actions/bootstrap
@ -44,7 +44,7 @@ jobs:
name: "Build snapshot artifacts"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Bootstrap environment
uses: ./.github/actions/bootstrap