Skip to content

Commit a2ea31a

Browse files
Bump actions/checkout from 4 to 5 (#16)
* Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: WorkOfStan <rejthar@stanislavrejthar.com>
1 parent 1b38bf2 commit a2ea31a

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed

.github/linters/zizmor.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/workflows/polish-the-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ permissions:
2121

2222
jobs:
2323
super-linter:
24-
uses: WorkOfStan/seablast-actions/.github/workflows/linter.yml@v0.2.5
24+
uses: WorkOfStan/seablast-actions/.github/workflows/linter.yml@v0.2.5.1
2525
with:
2626
runs-on: "ubuntu-latest"

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### `Security` in case of vulnerabilities
2121

22+
## [1.1.6] - 2025-09-12
23+
24+
chore: bump GitHub Actions
25+
26+
### Changed
27+
28+
- bump super-linter to v8.1.0
29+
- bump actions/checkout to v5
30+
2231
## [1.1.5] - 2025-06-21
2332

2433
fix: only warn about `.github/workflows/*.yml` issues
@@ -42,7 +51,7 @@ chore: outputs `changed-files`
4251

4352
## [1.1.3] - 2025-03-01
4453

45-
Fix pull request issues
54+
fix: pull request issues
4655

4756
### Added
4857

@@ -106,7 +115,8 @@ Fix pull request issues
106115

107116
- This GitHub Action automates Prettier formatting across your project, ensuring consistent code styling by creating a new branch for review when necessary. It simplifies integrating Prettier into your workflow, although updates to workflow YAML files in `.github/workflows/` must be done manually.
108117

109-
[Unreleased]: https://github.com/WorkOfStan/prettier-fix/compare/v1.1.5...HEAD
118+
[Unreleased]: https://github.com/WorkOfStan/prettier-fix/compare/v1.1.6...HEAD
119+
[1.1.6]: https://github.com/WorkOfStan/prettier-fix/compare/v1.1.5...v1.1.6?w=1
110120
[1.1.5]: https://github.com/WorkOfStan/prettier-fix/compare/v1.1.4...v1.1.5?w=1
111121
[1.1.4]: https://github.com/WorkOfStan/prettier-fix/compare/v1.1.3...v1.1.4?w=1
112122
[1.1.3]: https://github.com/WorkOfStan/prettier-fix/compare/v1.1.2...v1.1.3?w=1

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ inputs:
1919
commit-message:
2020
description: "Commit message for the changes"
2121
type: string
22-
default: "Prettier fixes applied automatically"
22+
default: "chore: Prettier fixes applied automatically"
2323
debug:
2424
description: "Enable extra debug output"
2525
type: boolean
@@ -48,7 +48,7 @@ runs:
4848
using: "composite"
4949
steps:
5050
- name: Checkout code
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v5
5252
with:
5353
ref: ${{ github.ref }} # Fetch latest changes (even by previous job)
5454
fetch-depth: 0 # Fetch all history for all branches and tags. Otherwise github.event.pull_request.base.ref SHA isn't found.

0 commit comments

Comments
 (0)