diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml index 1419240..2cb869c 100644 --- a/.github/workflows/fossa.yml +++ b/.github/workflows/fossa.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - 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 49fe1e6..fdd5043 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@v4 + - uses: actions/checkout@v5 - uses: actions-rs/audit-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index e070ddb..3e54bed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - deps: update rust crate serde_json to 1.0.143(pr [#106]) - deps: update rust crate tokio to 1.47.1(pr [#107]) +- deps: update actions/checkout action to v5(pr [#108]) ## [0.2.33] - 2025-07-28 @@ -354,6 +355,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#105]: https://github.com/jerus-org/lambda_sqs/pull/105 [#106]: https://github.com/jerus-org/lambda_sqs/pull/106 [#107]: https://github.com/jerus-org/lambda_sqs/pull/107 +[#108]: https://github.com/jerus-org/lambda_sqs/pull/108 [Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.33...HEAD [0.2.33]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.32...v0.2.33 [0.2.32]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.31...v0.2.32