Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6ea3686

Browse files
2.8.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.- [Release notes](https://github.com/actions/checkout/releases)- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)- [Commits](actions/checkout@v4...v5)---updated-dependencies:- dependency-name: actions/checkout dependency-version: '5' 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 parenteb0ce18 commit6ea3686

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

‎.github/workflows/cmake-qemu-arm.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
BUILD_CONFIG:[ Release, Debug ]
2626

2727
steps:
28-
-uses:actions/checkout@v4
28+
-uses:actions/checkout@v5
2929

3030
-name:Install ARM GCC on ubuntu
3131
run:|

‎.github/workflows/cmake.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
BUILD_CONFIG:[ Release, Debug ]
101101

102102
steps:
103-
-uses:actions/checkout@v4
103+
-uses:actions/checkout@v5
104104

105105
-name:Install GCC on ubuntu
106106
if:|

‎.github/workflows/flawfinder-analysis.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
security-events:write
2525
steps:
2626
-name:Checkout code
27-
uses:actions/checkout@v4
27+
uses:actions/checkout@v5
2828

2929
-name:flawfinder_scan
3030
uses:david-a-wheeler/flawfinder@c57197cd6061453f10a496f30a732bc1905918d1

‎.github/workflows/msbuild.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
BUILD_PLATFORM:[ Win32, x64 ]
2828

2929
steps:
30-
-uses:actions/checkout@v4
30+
-uses:actions/checkout@v5
3131

3232
-name:Add MSBuild to PATH
3333
uses:microsoft/setup-msbuild@main

‎.github/workflows/msvc-analysis.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
-name:Checkout repository
30-
uses:actions/checkout@v4
30+
uses:actions/checkout@v5
3131

3232
-name:Configure CMake
3333
run:cmake -B ${{ env.build }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp