Skip to content

Commit 643e9a0

Browse files
build(deps): bump actions/checkout from 3.6.0 to 4.0.0 (#32)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@f43a0e5...3df4ab1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f7ac523 commit 643e9a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout project
27-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
27+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
2828
- name: Install deps
2929
run: |
3030
sudo apt update

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: write
1515
steps:
1616
- name: Checkout project
17-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
17+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
1818
with:
1919
fetch-depth: 0
2020
- name: Generate changelog latest
@@ -42,7 +42,7 @@ jobs:
4242
contents: write
4343
steps:
4444
- name: Checkout project
45-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
45+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
4646
with:
4747
fetch-depth: 0
4848
- name: Get tag

0 commit comments

Comments
 (0)