diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7320c14..5bcc4d5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,7 +47,7 @@ jobs: name: Run hadolint against docker files runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - name: Pull hadolint/hadolint:latest Image run: docker pull hadolint/hadolint:latest - name: Run hadolint against Dockerfiles diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index 9a35616..d5e97b2 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - name: Pull markdownlint/markdownlint:latest Image run: docker pull markdownlint/markdownlint:latest - name: Run markdownlint against *.md files diff --git a/.github/workflows/on_pr.yml b/.github/workflows/on_pr.yml index 059994a..59ec9e1 100644 --- a/.github/workflows/on_pr.yml +++ b/.github/workflows/on_pr.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name == 'pull_request' }} steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - name: Pull koalaman/shellcheck:stable Image run: docker pull koalaman/shellcheck:stable - name: Run Shellcheck against shell scripts @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name == 'pull_request' }} steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - name: Pull hadolint/hadolint:latest Image run: docker pull hadolint/hadolint:latest - name: Run hadolint against Dockerfiles @@ -68,7 +68,7 @@ jobs: # # Check out our code # - name: Checkout - # uses: actions/checkout@v4.1.7 + # uses: actions/checkout@v4.2.0 # with: # fetch-depth: 0 diff --git a/.github/workflows/pre-commit-updates.yaml b/.github/workflows/pre-commit-updates.yaml index bfd1981..daa6fae 100644 --- a/.github/workflows/pre-commit-updates.yaml +++ b/.github/workflows/pre-commit-updates.yaml @@ -11,7 +11,7 @@ jobs: name: Updates steps: - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Update pre-commit hooks uses: brokenpip3/action-pre-commit-update@0.0.1 with: diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index d023241..921dfce 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -14,7 +14,7 @@ jobs: name: Run yamllint against YAML files runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - name: yaml-lint uses: ibiqlik/action-yamllint@v3.1.1 with: