Skip to content

Commit

Permalink
[github-workflows]: Bump actions/checkout from 2 to 4 (#30)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 29, 2024
1 parent 318523e commit 6166e3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
# cache the ASDF directory, using the values from .tool-versions
- name: ASDF cache
uses: actions/cache@v3
Expand All @@ -28,7 +28,7 @@ jobs:
needs: setup
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: ASDF cache
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
environment: ${{ inputs.environment }}
concurrency: ${{ inputs.environment }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: mbta/actions/build-push-ecr@v2
id: build-push
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-on-prem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
role-to-assume: ${{ secrets.aws-role-arn }}
aws-region: ${{ inputs.aws-region }}
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Calculate Docker tag
id: docker
run: |
Expand Down

0 comments on commit 6166e3d

Please sign in to comment.