diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml index 2cb869c..aaa8bc7 100644 --- a/.github/workflows/fossa.yml +++ b/.github/workflows/fossa.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install rust toolchain uses: actions-rs/toolchain@v1 with: diff --git a/.github/workflows/rust_security_audit.yml b/.github/workflows/rust_security_audit.yml index fdd5043..fcc996b 100644 --- a/.github/workflows/rust_security_audit.yml +++ b/.github/workflows/rust_security_audit.yml @@ -8,7 +8,7 @@ jobs: security_audit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions-rs/audit-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/PRLOG.md b/PRLOG.md index 191692f..4769b07 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - deps: update rust crate lambda_runtime to v1(pr [#120]) - deps: update dependency toolkit to v2.16.0(pr [#118]) +- deps: update actions/checkout action to v6(pr [#119]) ## [0.2.36] - 2025-10-28 @@ -402,6 +403,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#117]: https://github.com/jerus-org/lambda_sqs/pull/117 [#120]: https://github.com/jerus-org/lambda_sqs/pull/120 [#118]: https://github.com/jerus-org/lambda_sqs/pull/118 +[#119]: https://github.com/jerus-org/lambda_sqs/pull/119 [Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.36...HEAD [0.2.36]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.35...v0.2.36 [0.2.35]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.34...v0.2.35