diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 7c6eee8..0e9ec45 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -26,7 +26,7 @@ jobs: release: ${{ steps.version.outputs.version }} steps: - name: Checkout the repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 with: fetch-depth: 0 @@ -74,7 +74,7 @@ jobs: version: ["3.16", "3.17", "3.18", "3.19"] steps: - name: Checkout the repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 - name: Login to GitHub Container Registry if: github.event_name == 'release' @@ -118,7 +118,7 @@ jobs: version: ["buster", "bullseye", "bookworm"] steps: - name: Checkout the repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 - name: Login to GitHub Container Registry if: github.event_name == 'release' @@ -163,7 +163,7 @@ jobs: version: ["16.04", "18.04", "20.04"] steps: - name: Checkout the repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 - name: Login to GitHub Container Registry if: github.event_name == 'release' @@ -207,7 +207,7 @@ jobs: version: ["buster", "bullseye", "bookworm"] steps: - name: Checkout the repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 - name: Login to GitHub Container Registry if: github.event_name == 'release' @@ -253,7 +253,7 @@ jobs: python: ["3.10", "3.11", "3.12"] steps: - name: Checkout the repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 - name: Login to GitHub Container Registry if: github.event_name == 'release' diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index f182df2..2813cc2 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -11,7 +11,7 @@ jobs: name: Release Drafter steps: - name: Checkout the repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 with: fetch-depth: 0