File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments