Skip to content

Commit 628e23f

Browse files
chore: bump actions/checkout from 2 to 4 (#37)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 70edba6 commit 628e23f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: [10.x, 12.x, 14.x, 15.x]
2424
steps:
2525
- name: Checkout Branch
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
- name: Use Node.js ${{ matrix.node-version }}
2828
uses: actions/setup-node@v4
2929
with:
@@ -41,7 +41,7 @@ jobs:
4141
working-directory: ./plugin
4242
steps:
4343
- name: Checkout Branch
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v5
4545
- name: "Install JDK 11"
4646
uses: actions/setup-java@v4
4747
with:
@@ -64,7 +64,7 @@ jobs:
6464
working-directory: ./example
6565
steps:
6666
- name: Checkout Branch
67-
uses: actions/checkout@v4
67+
uses: actions/checkout@v5
6868
- name: Setup Java
6969
uses: actions/setup-java@v4
7070
with:
@@ -91,7 +91,7 @@ jobs:
9191
working-directory: ./example
9292
steps:
9393
- name: Checkout Branch
94-
uses: actions/checkout@v4
94+
uses: actions/checkout@v5
9595
- name: Setup Node.js
9696
uses: actions/setup-node@v4
9797
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
GIT_COMMITTER_EMAIL: developers@mparticle.com
2020
steps:
2121
- name: "Checkout public main branch"
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v5
2323
with:
2424
fetch-depth: 0
2525
ref: main
@@ -66,7 +66,7 @@ jobs:
6666
working-directory: ./plugin
6767
steps:
6868
- name: "Checkout public main branch"
69-
uses: actions/checkout@v2
69+
uses: actions/checkout@v5
7070
with:
7171
fetch-depth: 0
7272
ref: main

0 commit comments

Comments
 (0)