Skip to content

Commit 60e4109

Browse files
Bump actions/checkout from 4.2.0 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.0...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 982b81f commit 60e4109

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
timeout-minutes: 15
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/[email protected].0
22+
- uses: actions/[email protected].2
2323
- name: Cache sbt
2424
uses: actions/cache@v4
2525
with:
@@ -77,7 +77,7 @@ jobs:
7777
name: Build ${{matrix.scala_short_dot}} - ${{matrix.module}}
7878

7979
steps:
80-
- uses: actions/[email protected].0
80+
- uses: actions/[email protected].2
8181
- name: Cache sbt
8282
uses: actions/cache@v4
8383
with:
@@ -108,7 +108,7 @@ jobs:
108108
CI_RELEASE: publishSigned # By default, sbt-ci-release uses the `+publishSigned` which is publishing for all the Scala versions configured, which is not what we want
109109
CI_SNAPSHOT_RELEASE: publish # By default, sbt-ci-release uses the `+publish` which is publishing for all the Scala versions configured, which is not what we want
110110
steps:
111-
- uses: actions/[email protected].0
111+
- uses: actions/[email protected].2
112112
- name: Setup Java
113113
uses: actions/[email protected]
114114
with:

.github/workflows/site.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: ${{ github.event_name == 'pull_request' }}
1919
steps:
2020
- name: Git Checkout
21-
uses: actions/[email protected].0
21+
uses: actions/[email protected].2
2222
with:
2323
fetch-depth: '0'
2424
- name: Setup Scala
@@ -39,7 +39,7 @@ jobs:
3939
if: ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }}
4040
steps:
4141
- name: Git Checkout
42-
uses: actions/[email protected].0
42+
uses: actions/[email protected].2
4343
with:
4444
fetch-depth: '0'
4545
- name: Setup Scala
@@ -63,7 +63,7 @@ jobs:
6363
if: ${{ (github.event_name == 'push') || ((github.event_name == 'release') && (github.event.action == 'published')) }}
6464
steps:
6565
- name: Git Checkout
66-
uses: actions/[email protected].0
66+
uses: actions/[email protected].2
6767
with:
6868
ref: ${{ github.head_ref }}
6969
fetch-depth: '0'

0 commit comments

Comments
 (0)