Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 3.1.0 to 4.1.3 #64

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
unbound_version: ${{ steps.information.outputs.unbound_version }}
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.3
- name: ℹ️ Gather version and environment
id: information
shell: bash
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.3
- name: 🚀 Run Hadolint
uses: brpaz/[email protected]
with:
Expand All @@ -72,7 +72,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.3
- name: 🚀 Run JQ
run: |
shopt -s globstar
Expand All @@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.3
- name: 🚀 Run mdl
uses: actionshub/[email protected]

Expand All @@ -92,7 +92,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.3
- name: 🚀 Run Shellcheck
uses: ludeeus/[email protected]
env:
Expand All @@ -103,7 +103,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.3
- name: 🚀 Run YAMLLint
uses: frenck/[email protected]

Expand All @@ -112,7 +112,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.3
- name: 🚀 Run Prettier
uses: creyD/[email protected]
with:
Expand All @@ -133,7 +133,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.3

- name: Install Latest Docker
# yamllint disable rule:line-length
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
unbound_version: ${{ steps.information.outputs.unbound_version }}
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.3
- name: ℹ️ Gather version and environment
id: information
# yamllint disable rule:line-length
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.3

- name: Install Latest Docker
# yamllint disable rule:line-length
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.3
- name: 🚀 Run Label Syncer
uses: micnncim/[email protected]
env:
Expand Down
Loading