Skip to content

Commit

Permalink
Merge pull request #204 from GlueOps/renovate/glueops-codespaces-0.78.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency glueops/codespaces to v0.78.1
  • Loading branch information
hamzabouissi authored Jan 23, 2025
2 parents a1ff579 + dd200a8 commit fb1b82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws-cloud-regression-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Codespace Container
run: |
echo "::group::Setup Codespace Container"
docker run -d -v $(pwd):/app --workdir /app/tests --rm --name codespaces ghcr.io/glueops/codespaces:v0.78.0 sleep infinity
docker run -d -v $(pwd):/app --workdir /app/tests --rm --name codespaces ghcr.io/glueops/codespaces:v0.78.1 sleep infinity
echo "::endgroup::"
- name: Running AWS Regression Suite
Expand Down

0 comments on commit fb1b82a

Please sign in to comment.