Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 4.1.0 to 4.1.1
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 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@v4.1.0...v4.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and JKatzwinkel committed Nov 3, 2023
1 parent 99ce011 commit b8bc003
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:

- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.1.1

- name: install xmllint
run: sudo apt update && sudo apt-get install --no-install-recommends -y libxml2-utils
Expand All @@ -41,7 +41,7 @@ jobs:
steps:

- name: checkout code
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1

- name: set up jdk
uses: actions/setup-java@v3.13.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:

- uses: "actions/checkout@v4.1.0"
- uses: "actions/checkout@v4.1.1"

- name: start backend containers
run: docker compose up -d backend populate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/submit_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.1.1

- uses: actions/setup-java@v3.13.0
with:
Expand Down

0 comments on commit b8bc003

Please sign in to comment.