Skip to content

Commit

Permalink
Update log-classifier-lambda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
malfet authored Nov 7, 2024
1 parent 3fa5c1a commit c425240
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/log-classifier-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: cargo test

deploy:
Expand All @@ -30,8 +30,8 @@ jobs:
id-token: write
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: configure aws credentials
uses: aws-actions/[email protected]
with:
Expand Down

0 comments on commit c425240

Please sign in to comment.