Skip to content

Commit 72f4641

Browse files
action-deps: bump actions/checkout from 4.2.2 to 5.0.0 (#67)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2a8b8f6 commit 72f4641

10 files changed

+10
-10
lines changed

.github/workflows/build-pal3-mono-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
large-packages: true
2222
docker-images: true
2323
swap-storage: true
24-
- uses: actions/checkout@v4.2.2
24+
- uses: actions/checkout@v5.0.0
2525
with:
2626
fetch-depth: 0
2727
lfs: true

.github/workflows/build-pal3-mono-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
targetPlatform:
1313
- iOS # Build an iOS player.
1414
steps:
15-
- uses: actions/checkout@v4.2.2
15+
- uses: actions/checkout@v5.0.0
1616
with:
1717
fetch-depth: 0
1818
lfs: true

.github/workflows/build-pal3-mono-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
targetPlatform:
1313
- StandaloneLinux64 # Build a Linux 64-bit standalone.
1414
steps:
15-
- uses: actions/checkout@v4.2.2
15+
- uses: actions/checkout@v5.0.0
1616
with:
1717
fetch-depth: 0
1818
lfs: true

.github/workflows/build-pal3-mono-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
targetPlatform:
1313
- StandaloneOSX # Build a macOS standalone (Intel 64-bit).
1414
steps:
15-
- uses: actions/checkout@v4.2.2
15+
- uses: actions/checkout@v5.0.0
1616
with:
1717
fetch-depth: 0
1818
lfs: true

.github/workflows/build-pal3-mono-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- StandaloneWindows # Build a Windows standalone.
1414
- StandaloneWindows64 # Build a Windows 64-bit standalone.
1515
steps:
16-
- uses: actions/checkout@v4.2.2
16+
- uses: actions/checkout@v5.0.0
1717
with:
1818
fetch-depth: 0
1919
lfs: true

.github/workflows/build-pal3a-mono-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
large-packages: true
2222
docker-images: true
2323
swap-storage: true
24-
- uses: actions/checkout@v4.2.2
24+
- uses: actions/checkout@v5.0.0
2525
with:
2626
fetch-depth: 0
2727
lfs: true

.github/workflows/build-pal3a-mono-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
targetPlatform:
1313
- iOS # Build an iOS player.
1414
steps:
15-
- uses: actions/checkout@v4.2.2
15+
- uses: actions/checkout@v5.0.0
1616
with:
1717
fetch-depth: 0
1818
lfs: true

.github/workflows/build-pal3a-mono-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
targetPlatform:
1313
- StandaloneLinux64 # Build a Linux 64-bit standalone.
1414
steps:
15-
- uses: actions/checkout@v4.2.2
15+
- uses: actions/checkout@v5.0.0
1616
with:
1717
fetch-depth: 0
1818
lfs: true

.github/workflows/build-pal3a-mono-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
targetPlatform:
1313
- StandaloneOSX # Build a macOS standalone (Intel 64-bit).
1414
steps:
15-
- uses: actions/checkout@v4.2.2
15+
- uses: actions/checkout@v5.0.0
1616
with:
1717
fetch-depth: 0
1818
lfs: true

.github/workflows/build-pal3a-mono-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- StandaloneWindows # Build a Windows standalone.
1414
- StandaloneWindows64 # Build a Windows 64-bit standalone.
1515
steps:
16-
- uses: actions/checkout@v4.2.2
16+
- uses: actions/checkout@v5.0.0
1717
with:
1818
fetch-depth: 0
1919
lfs: true

0 commit comments

Comments
 (0)