Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...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>
  • Loading branch information
dependabot[bot] authored and marcwrobel committed Sep 5, 2023
1 parent 98620e6 commit 84233fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: Checkout
uses: 'actions/checkout@v3'
uses: 'actions/checkout@v4'

- name: Set up JDK
uses: 'actions/setup-java@v3'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout
uses: 'actions/checkout@v3'
uses: 'actions/checkout@v4'

- name: Set up JDK
uses: 'actions/setup-java@v3'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
packages: 'write'
steps:
- name: Checkout
uses: 'actions/checkout@v3'
uses: 'actions/checkout@v4'

- name: Set up JDK
uses: 'actions/setup-java@v3'
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Bump development java version from to java 17.0.7+7 to 17.0.8+101 (#152).
- Bump com.diffplug.spotless from 6.18.0 to 6.20.0 (#146, #148).
- Bump com.slack.api:bolt-socket-mode from 1.29.2 to 1.31.0 (#147, #151).
- Bump actions/checkout from 3 to 4 (#150).

0 comments on commit 84233fd

Please sign in to comment.