diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 738d143..e29b093 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.1.3 + uses: actions/checkout@v4.1.4 - name: Set up Python ${{ env.PYTHON_VERSION }} uses: actions/setup-python@v5.1.0 @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code from GitHub - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 - 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.1.3 + uses: actions/checkout@v4.1.4 - name: Write env-file shell: bash diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index be8f9c4..62f3295 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: base: 3.12-alpine3.19 steps: - name: Checkout the repository - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 - shell: bash id: info diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index b6b8736..9683e91 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.3 + uses: actions/checkout@v4.1.4 with: fetch-depth: 0