Skip to content

Commit

Permalink
Merge pull request #60 from mdegat01/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-2.3.5

Bump actions/checkout from 2.3.4 to 2.3.5
  • Loading branch information
mdegat01 authored Oct 18, 2021
2 parents f97ff28 + 884dadc commit f443220
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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 @@ -37,7 +37,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 @@ -50,7 +50,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 @@ -61,7 +61,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 @@ -71,7 +71,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 @@ -80,7 +80,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 @@ -89,7 +89,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 @@ -107,7 +107,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 @@ -28,7 +28,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 All @@ -49,7 +49,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 f443220

Please sign in to comment.