diff --git a/.github/workflows/_container.yml b/.github/workflows/_container.yml index 93c0d7ac..0446d2ef 100644 --- a/.github/workflows/_container.yml +++ b/.github/workflows/_container.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: # Need this to get version number from last tag fetch-depth: 0 diff --git a/.github/workflows/_dist.yml b/.github/workflows/_dist.yml index 25da6450..0d163c8e 100644 --- a/.github/workflows/_dist.yml +++ b/.github/workflows/_dist.yml @@ -7,7 +7,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: # Need this to get version number from last tag fetch-depth: 0 diff --git a/.github/workflows/_docs.yml b/.github/workflows/_docs.yml index bbf6957a..7d13a9d6 100644 --- a/.github/workflows/_docs.yml +++ b/.github/workflows/_docs.yml @@ -12,7 +12,7 @@ jobs: run: sleep 60 - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: # Need this to get version number from last tag fetch-depth: 0 diff --git a/.github/workflows/_example.yml b/.github/workflows/_example.yml index 2aee3613..9775e3cd 100644 --- a/.github/workflows/_example.yml +++ b/.github/workflows/_example.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: # Need this to get version number from last tag fetch-depth: 0 diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index 90d71729..c0844298 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: # Need this to get version number from last tag fetch-depth: 0 diff --git a/.github/workflows/_tox.yml b/.github/workflows/_tox.yml index cf29c3c8..2a3c4bbf 100644 --- a/.github/workflows/_tox.yml +++ b/.github/workflows/_tox.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Install uv uses: astral-sh/setup-uv@v8.3.2