diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eafd713..dde8c9b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: version: ${{ steps.information.outputs.version }} steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: ℹ️ Gather version and environment id: information shell: bash @@ -59,7 +59,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: 🚀 Run Hadolint uses: brpaz/hadolint-action@v1.5.0 with: @@ -71,7 +71,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: 🚀 Run JQ run: | shopt -s globstar @@ -82,7 +82,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: 🚀 Run mdl uses: actionshub/markdownlint@2.0.2 @@ -91,7 +91,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: 🚀 Run Shellcheck uses: ludeeus/action-shellcheck@1.1.0 env: @@ -104,7 +104,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: 🚀 Run YAMLLint uses: frenck/action-yamllint@v1.1 @@ -113,7 +113,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: 🚀 Run Prettier uses: creyD/prettier_action@v4.0 with: @@ -134,7 +134,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 ref: ${{ github.head_ref }} diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7edeeb7..66fe4e1 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -26,7 +26,7 @@ jobs: sha_short: ${{ steps.information.outputs.sha_short }} steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: ℹ️ Gather version and environment id: information shell: bash @@ -79,7 +79,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 ref: ${{ github.head_ref }} diff --git a/.github/workflows/labels.yaml b/.github/workflows/labels.yaml index b2adbb1..98d435f 100644 --- a/.github/workflows/labels.yaml +++ b/.github/workflows/labels.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4 - name: 🚀 Run Label Syncer uses: micnncim/action-label-syncer@v1.3.0 env: