Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 2.3.4 to 2.3.5
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 18, 2021
1 parent f15c508 commit 2efd716
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request_target.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
repository: ${{ steps.metadata.outputs.repository }}

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5

- uses: ahmadnassri/action-metadata@v1
id: metadata
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
if: ${{ fromJSON(needs.metadata.outputs.repository).is_template }}

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
with:
ref: ${{ github.event.pull_request.head.ref }}
- uses: ahmadnassri/action-workflow-queue@v1.1
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/push.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
repository: ${{ steps.metadata.outputs.repository }}

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5

- uses: ahmadnassri/action-metadata@v1
id: metadata
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.5

- uses: ahmadnassri/action-commit-lint@v1
with:
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.5
with:
fetch-depth: 0

Expand All @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.5

- uses: actions/setup-node@v2.4.1

Expand All @@ -78,7 +78,7 @@ jobs:
matrix: ${{ steps.parse.outputs.matrix }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.5
- id: parse
run: echo "::set-output name=matrix::$(jq -c . < .github/matrix.json)"

Expand All @@ -99,7 +99,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.5
with:
submodules: true

Expand All @@ -126,7 +126,7 @@ jobs:
version: ${{ steps.release.outputs.release-version }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.5
with:
submodules: true

Expand All @@ -148,7 +148,7 @@ jobs:
if: ${{ needs.release.outputs.published == 'true' }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.5
with:
submodules: true

Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
steps:
- uses: ahmadnassri/action-workflow-queue@v1.1

- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.5

- uses: ahmadnassri/action-template-repository-sync@v1.6.0
with:
Expand Down

0 comments on commit 2efd716

Please sign in to comment.