Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#88)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 23, 2024
1 parent c4f0fae commit de5a34a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_studio_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id-token: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
environment: aws
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Standard CML setup
uses: iterative/setup-cml@v1
with:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
run:
working-directory: packer
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: us-west-1
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
run:
working-directory: packer
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: us-west-1
Expand Down

0 comments on commit de5a34a

Please sign in to comment.