diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3da869a..815fddf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code from GitHub - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 - name: Set up Python ${{ env.PYTHON_VERSION }} uses: actions/setup-python@v5.2.0 @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code from GitHub - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 - name: Lint Dockerfile uses: hadolint/hadolint-action@v3.1.0 @@ -54,7 +54,7 @@ jobs: steps: - name: Check out code from GitHub - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 - name: Write env-file shell: bash diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2c813cb..6f20d17 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: base: 3.12-alpine3.20 steps: - name: Checkout the repository - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 - shell: bash id: info diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 41c5a9a..917d925 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.2.0 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0