Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 14, 2023
1 parent cafd402 commit 89c72dd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/phpBuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Android
steps:
- name: Clone Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: pmmp/PHP-Binaries
submodules: true
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
runs-on: ${{ matrix.target }}
steps:
- name: Clone Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: pmmp/PHP-Binaries
submodules: true
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
pm-version-major: [ 4, 5 ]
steps:
- name: Clone Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: pmmp/PHP-Binaries
submodules: true
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
pm-version-major: [ 4, 5 ]
steps:
- name: Clone Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: pmmp/PHP-Binaries
submodules: true
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
- linux
- android
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Code checkout

- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
core:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Code checkout

- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spigotBuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Code checkout

- name: Setup node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
bdscoreroot: "~/.bdsCore"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Code checkout

# Install basic tools
Expand Down

0 comments on commit 89c72dd

Please sign in to comment.