Skip to content

Commit

Permalink
Merge pull request #112 from mdegat01/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-2.3.5

Bump actions/checkout from 2.3.4 to 2.3.5
  • Loading branch information
mdegat01 authored Oct 17, 2021
2 parents ff51cb9 + ea39051 commit c67272e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
target: ${{ steps.information.outputs.target }}
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].4
uses: actions/[email protected].5
- name: 🚀 Run add-on information action
id: information
uses: frenck/[email protected]
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].4
uses: actions/[email protected].5
- name: 🚀 Run Add-on Lint
uses: frenck/[email protected]
with:
Expand All @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].4
uses: actions/[email protected].5
- name: 🚀 Run Hadolint
uses: brpaz/[email protected]
with:
Expand All @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].4
uses: actions/[email protected].5
- name: 🚀 Run JQ
run: |
shopt -s globstar
Expand All @@ -74,7 +74,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].4
uses: actions/[email protected].5
- name: 🚀 Run mdl
uses: actionshub/[email protected]

Expand All @@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].4
uses: actions/[email protected].5
- name: 🚀 Run Shellcheck
uses: ludeeus/[email protected]
env:
Expand All @@ -94,7 +94,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].4
uses: actions/[email protected].5
- name: 🚀 Run YAMLLint
uses: frenck/[email protected]

Expand All @@ -103,7 +103,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].4
uses: actions/[email protected].5
- name: 🚀 Run Prettier
uses: creyD/[email protected]
with:
Expand All @@ -128,7 +128,7 @@ jobs:
architecture: ${{ fromJson(needs.information.outputs.architectures) }}
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].4
uses: actions/[email protected].5
- name: 🏗 Set up build cache
id: cache
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
version: ${{ steps.release.outputs.version }}
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].4
uses: actions/[email protected].5
- name: 🚀 Run add-on information action
id: information
uses: frenck/[email protected]
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
architecture: ${{ fromJson(needs.information.outputs.architectures) }}
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].4
uses: actions/[email protected].5
- name: 🏗 Set up build cache
id: cache
uses: actions/[email protected]
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/[email protected].4
uses: actions/[email protected].5
- name: 🚀 Run Label Syncer
uses: micnncim/[email protected]
env:
Expand Down

0 comments on commit c67272e

Please sign in to comment.