Skip to content

Commit 682f1b8

Browse files
github-actions(deps): bump actions/checkout from 3.1.0 to 3.2.0
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@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 80c0e7b commit 682f1b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: e1himself/goss-installation-action@v1.1.0
3636

3737
- name: Checkout
38-
uses: actions/checkout@v3.1.0
38+
uses: actions/checkout@v3.2.0
3939

4040
- name: Set Environment Variables
4141
env:

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Repository checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v3.2.0
1818
with:
1919
fetch-depth: 0
2020

0 commit comments

Comments
 (0)