diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index ffd6634..9619e7d 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -49,7 +49,7 @@ jobs: runs-on: ${{ inputs.os }} steps: - name: 📦 Check out the codebase - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: 🛠️ Install goss and dgoss uses: e1himself/goss-installation-action@v1.2.1 diff --git a/.github/workflows/create-changesets-release.yml b/.github/workflows/create-changesets-release.yml index 5bb4dd4..b8d17a4 100644 --- a/.github/workflows/create-changesets-release.yml +++ b/.github/workflows/create-changesets-release.yml @@ -31,7 +31,7 @@ jobs: steps: - name: 📦 Check out the codebase - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index c7dd35a..376ef97 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -19,7 +19,7 @@ jobs: pull-requests: read steps: - name: 📦 Check out the codebase - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: 🧐 Lint commits using "commitlint" uses: wagoid/commitlint-github-action@v6.1.2 @@ -37,7 +37,7 @@ jobs: group: coding-standards-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} steps: - name: 📦 Check out the codebase - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: 🧐 Lint YAML files uses: ibiqlik/action-yamllint@v3.1.1 @@ -54,7 +54,7 @@ jobs: group: markdown-linting-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} steps: - name: 📦 Check out the codebase - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: 🧐 Lint Markdown files uses: DavidAnson/markdownlint-cli2-action@v17.0.0 diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index de895d8..ce02050 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -25,7 +25,7 @@ jobs: runs-on: ${{ inputs.os }} steps: - name: 📦 Check out the codebase - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0