Skip to content

Commit 85e78f1

Browse files
Bump the workflow group across 1 directory with 2 updates
Bumps the workflow group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [krymtkts/pslrm-bump-action](https://github.com/krymtkts/pslrm-bump-action). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) Updates `krymtkts/pslrm-bump-action` from 0.0.1 to 0.0.2 - [Release notes](https://github.com/krymtkts/pslrm-bump-action/releases) - [Changelog](https://github.com/krymtkts/pslrm-bump-action/blob/main/CHANGELOG.md) - [Commits](krymtkts/pslrm-bump-action@v0.0.1...v0.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: workflow - dependency-name: krymtkts/pslrm-bump-action dependency-version: 0.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: workflow ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b80c016 commit 85e78f1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ${{ matrix.os }}
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v7
2727
- name: Test
2828
uses: ./.github/actions/test
2929
with:

.github/workflows/pslrm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check out repository
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919

2020
- name: Update lockfile and create pull request
21-
uses: krymtkts/pslrm-bump-action@v0.0.1
21+
uses: krymtkts/pslrm-bump-action@v0.0.2
2222
with:
2323
github-token: ${{ github.token }}

0 commit comments

Comments
 (0)