diff --git a/.github/workflows/_container.yml b/.github/workflows/_container.yml index 93c0d7ac6..0446d2eff 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 25da6450d..0d163c8e2 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 bbf6957ae..7d13a9d68 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 2aee3613e..9775e3cd8 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 90d717299..c0844298e 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 cf29c3c8c..2a3c4bbf5 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