diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 46887c2..7c1953d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: unbound_version: ${{ steps.information.outputs.unbound_version }} steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.1.0 - name: ℹ️ Gather version and environment id: information shell: bash @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.1.0 - name: 🚀 Run Hadolint uses: brpaz/hadolint-action@v1.5.0 with: @@ -72,7 +72,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.1.0 - name: 🚀 Run JQ run: | shopt -s globstar @@ -83,7 +83,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.1.0 - name: 🚀 Run mdl uses: actionshub/markdownlint@2.0.2 @@ -92,7 +92,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.1.0 - name: 🚀 Run Shellcheck uses: ludeeus/action-shellcheck@1.1.0 env: @@ -103,7 +103,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.1.0 - name: 🚀 Run YAMLLint uses: frenck/action-yamllint@v1.3 @@ -112,7 +112,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.1.0 - name: 🚀 Run Prettier uses: creyD/prettier_action@v4.2 with: @@ -133,7 +133,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.1.0 - name: Install Latest Docker # yamllint disable rule:line-length diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 3b6323d..480cd36 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -32,7 +32,7 @@ jobs: unbound_version: ${{ steps.information.outputs.unbound_version }} steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.1.0 - name: ℹ️ Gather version and environment id: information # yamllint disable rule:line-length @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.1.0 - name: Install Latest Docker # yamllint disable rule:line-length diff --git a/.github/workflows/labels.yaml b/.github/workflows/labels.yaml index 721b5f2..c5aff79 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.0.2 + uses: actions/checkout@v3.1.0 - name: 🚀 Run Label Syncer uses: micnncim/action-label-syncer@v1.3.0 env: