Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.4 to 4.1.6 in the gha-patching group (#…
Browse files Browse the repository at this point in the history
…209)

Bumps the gha-patching group with 1 update: [actions/checkout](https://github.com/actions/checkout).


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)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gha-patching
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 8, 2024
1 parent c96a04b commit e702dd2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].6

- name: Compile
run: docker-compose build
Expand All @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].6

- name: Compile
run: docker-compose build
Expand All @@ -44,7 +44,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].6

- name: Compile
run: docker-compose build
Expand All @@ -58,7 +58,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].6

- name: Compile
run: docker-compose build
Expand All @@ -72,7 +72,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].6

- name: Compile
run: docker-compose build
Expand All @@ -85,7 +85,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].6

- name: Build
run: docker build .

0 comments on commit e702dd2

Please sign in to comment.