Skip to content

Commit fbc297c

Browse files
fix(deps): update actions/checkout action to v5 (#108)
* fix(deps): update actions/checkout action to v5 * chore: update changelog for pr --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jerus Bot <171541392+jerus-bot@users.noreply.github.com>
1 parent a6fcea2 commit fbc297c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
- name: Install rust toolchain
1515
uses: actions-rs/toolchain@v1
1616
with:

.github/workflows/rust_security_audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
security_audit:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- uses: actions-rs/audit-check@v1
1313
with:
1414
token: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

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

1212
- deps: update rust crate serde_json to 1.0.143(pr [#106])
1313
- deps: update rust crate tokio to 1.47.1(pr [#107])
14+
- deps: update actions/checkout action to v5(pr [#108])
1415

1516
## [0.2.33] - 2025-07-28
1617

@@ -354,6 +355,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
354355
[#105]: https://github.com/jerus-org/lambda_sqs/pull/105
355356
[#106]: https://github.com/jerus-org/lambda_sqs/pull/106
356357
[#107]: https://github.com/jerus-org/lambda_sqs/pull/107
358+
[#108]: https://github.com/jerus-org/lambda_sqs/pull/108
357359
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.33...HEAD
358360
[0.2.33]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.32...v0.2.33
359361
[0.2.32]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.31...v0.2.32

0 commit comments

Comments
 (0)