Skip to content

Commit

Permalink
Merge pull request #90 from artichoke/dependabot/github_actions/aws-a…
Browse files Browse the repository at this point in the history
…ctions/configure-aws-credentials-2.1.0

chore(deps): Bump aws-actions/configure-aws-credentials from 2.0.0 to 2.1.0
  • Loading branch information
lopopolo authored Jun 2, 2023
2 parents bdb52b8 + f36ac04 commit 963e8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: grcov raw-parts*.profraw --source-dir . --keep-only 'src/**/*.rs' --binary-path target/debug -t covdir --filter covered -o target/coverage/coverage.json

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef # v2.0.0
uses: aws-actions/configure-aws-credentials@5727f247b64f324ec403ac56ae05e220fd02b65f # v2.1.0
if: github.ref == 'refs/heads/trunk'
with:
aws-region: us-west-2
Expand Down

0 comments on commit 963e8ad

Please sign in to comment.