Skip to content

Commit db58122

Browse files
Bump actions/checkout from 3.1.0 to 3.2.0 (#175)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@93ea575...755da8c) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b758e2b commit db58122

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
linkChecker:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
13+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
1414

1515
- name: Link Checker
1616
uses: ./ # Uses an action in the root directory

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# To use this repository's private action,
1414
# we must check out the repository
1515
- name: Checkout
16-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
16+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
1717
- name: test defaults
1818
uses: ./
1919
with:

0 commit comments

Comments
 (0)