Skip to content

Commit

Permalink
github-actions(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 5ee438a commit 5008148
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

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

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.15.0"
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:

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

- name: "Lint YAML files"
uses: "ibiqlik/action-yamllint@v3.1"
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:

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

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.15.0"
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:

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

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.15.0"
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:

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

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.15.0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v2.3.4"
uses: "actions/checkout@v2.3.5"
with:
token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"

Expand Down

0 comments on commit 5008148

Please sign in to comment.