Skip to content

Commit 83788de

Browse files
build(deps): bump actions/checkout from 4.1.4 to 4.1.5 (#49)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@0ad4b8f...44c2b7a) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 53b0ce0 commit 83788de

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
27+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
17+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
45+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
4646
with:
4747
fetch-depth: 0
4848
- name: Get tag

0 commit comments

Comments
 (0)