Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Bump the minor group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [docker/login-action](https://github.com/docker/login-action).


Updates `actions/checkout` from 4.1.4 to 4.1.6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.4...v4.1.6)

Updates `docker/login-action` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent d829623 commit 657bf39
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/[email protected].4
uses: actions/[email protected].6

- name: Install dependencies
uses: awalsh128/[email protected]
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/[email protected].4
uses: actions/[email protected].6

- name: Install dependencies
uses: awalsh128/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/[email protected].4
uses: actions/[email protected].6
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
packages: write
steps:
- name: Checkout with LFS
uses: actions/[email protected].4
uses: actions/[email protected].6
with:
lfs: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }}

Expand All @@ -35,7 +35,7 @@ jobs:

- name: Log in to GitHub Docker Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- "backend"
steps:
- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].6

- name: Set up Docker Buildx
uses: docker/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/[email protected].4
uses: actions/[email protected].6

- name: Install dependencies
uses: awalsh128/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/frontend-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/[email protected].4
uses: actions/[email protected].6

- name: Node Action
uses: actions/[email protected]
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/[email protected].4
uses: actions/[email protected].6

- name: Node Action
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/[email protected].4
uses: actions/[email protected].6

- name: Setup OPA
uses: open-policy-agent/setup-opa@v2
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/[email protected].4
uses: actions/[email protected].6

- name: Setup OPA
uses: open-policy-agent/setup-opa@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/[email protected].4
uses: actions/[email protected].6

- name: Install stable toolchain
uses: actions-rs/[email protected]
Expand Down

0 comments on commit 657bf39

Please sign in to comment.