From 66441797286947256c9d70363e07fa90b2f3623a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 20:56:49 +0200 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#138) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 8 ++++---- .github/workflows/labels.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7b43fff..4fbde75 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🚀 Run mdl uses: actionshub/markdownlint@v3.1.3 @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🚀 Run Shellcheck uses: ludeeus/action-shellcheck@1.1.0 env: @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🚀 Run YAMLLint uses: frenck/action-yamllint@v1.4 @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🚀 Run Prettier uses: creyD/prettier_action@v4.3 with: 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: