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 10
10
11
11
steps :
12
12
- name : Checkout code
13
- uses : actions/checkout@v4
13
+ uses : actions/checkout@v5
14
14
- name : Install rust toolchain
15
15
uses : actions-rs/toolchain@v1
16
16
with :
Original file line number Diff line number Diff line change 8
8
security_audit :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v5
12
12
- uses : actions-rs/audit-check@v1
13
13
with :
14
14
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
11
11
12
12
- deps: update rust crate serde_json to 1.0.143(pr [ #106 ] )
13
13
- deps: update rust crate tokio to 1.47.1(pr [ #107 ] )
14
+ - deps: update actions/checkout action to v5(pr [ #108 ] )
14
15
15
16
## [ 0.2.33] - 2025-07-28
16
17
@@ -354,6 +355,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
354
355
[ #105 ] : https://github.com/jerus-org/lambda_sqs/pull/105
355
356
[ #106 ] : https://github.com/jerus-org/lambda_sqs/pull/106
356
357
[ #107 ] : https://github.com/jerus-org/lambda_sqs/pull/107
358
+ [ #108 ] : https://github.com/jerus-org/lambda_sqs/pull/108
357
359
[ Unreleased ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.33...HEAD
358
360
[ 0.2.33 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.32...v0.2.33
359
361
[ 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