diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3b14d15..f80e532 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: build_date: ${{ steps.information.outputs.build_date }} steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: ℹ️ Gather version and environment id: information # yamllint disable rule:line-length @@ -67,7 +67,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3 + uses: actions/checkout@v4 # - name: Install Latest Docker # # yamllint disable rule:line-length diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 083dd90..a2e7b55 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -31,7 +31,7 @@ jobs: build_date: ${{ steps.information.outputs.build_date }} steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: ℹ️ Gather version and environment id: information # yamllint disable rule:line-length @@ -69,7 +69,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3 + uses: actions/checkout@v4 # - name: Install Latest Docker # # yamllint disable rule:line-length diff --git a/.github/workflows/labels.yaml b/.github/workflows/labels.yaml index ae031a3..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@v3 + uses: actions/checkout@v4 - name: 🚀 Run Label Syncer uses: micnncim/action-label-syncer@v1.3.0 env: