Skip to content

Commit

Permalink
⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 (#296)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.4...v2.3.5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2021
1 parent f900b87 commit 7b7a459
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 @@ -24,7 +24,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 @@ -36,7 +36,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 @@ -72,7 +72,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 @@ -81,7 +81,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 @@ -92,7 +92,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 @@ -101,7 +101,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 @@ -126,7 +126,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 @@ -65,7 +65,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 7b7a459

Please sign in to comment.