Skip to content

Commit 53238a3

Browse files
dependabot[bot]ccoVeille
authored andcommitted
chore(deps): bump actions/checkout in the all group across 1 directory
Bumps the all group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.7 to 4.2.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b7a204f commit 53238a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/actions-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: checkout-action
10-
uses: actions/checkout@v4.1.7
10+
uses: actions/checkout@v4.2.1
1111
- name: actionlint
1212
uses: raven-actions/actionlint@v2.0.0

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
steps:
1212
- name: checkout-action
13-
uses: actions/checkout@v4.1.7
13+
uses: actions/checkout@v4.2.1
1414

1515
- name: yamllint
1616
uses: ibiqlik/action-yamllint@v3

0 commit comments

Comments
 (0)