Skip to content

Commit

Permalink
chore(deps): Bump the actions group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [isbang/compose-action](https://github.com/isbang/compose-action).


Updates `actions/checkout` from 3.5.2 to 4.1.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.5.2...v4.1.1)

Updates `isbang/compose-action` from 1.4.1 to 1.5.1
- [Release notes](https://github.com/isbang/compose-action/releases)
- [Commits](hoverkraft-tech/compose-action@v1.4.1...v1.5.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: isbang/compose-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Feb 2, 2024
1 parent 2076140 commit 329855d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.1.1

- name: Fix Permissions
run: |
Expand All @@ -40,7 +40,7 @@ jobs:
run: |
docker compose -f docker-compose.yml up -d
- uses: isbang/compose-action@v1.4.1
- uses: isbang/compose-action@v1.5.1

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit 329855d

Please sign in to comment.