Skip to content

Commit

Permalink
github actionsバージョンアップ
Browse files Browse the repository at this point in the history
  • Loading branch information
linoal committed Oct 23, 2024
1 parent 3e89b17 commit 5c9664b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:


- name: Install ninja-build tool
uses: seanmiddleditch/gha-setup-ninja@v3
uses: seanmiddleditch/gha-setup-ninja@v5

# Ubuntuでビルドを通すには OpenGL API のインストールが必要です。
- name: Install OpenGL API on Ubuntu machine
Expand Down Expand Up @@ -155,7 +155,7 @@ runs:


- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upload-dlls-older-visual-studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
fetch-depth: 1

- name: Add SSH private keys for submodule repositories
uses: webfactory/ssh-agent@v0.7.0
uses: webfactory/ssh-agent@v0.9
with:
ssh-private-key: |
${{ env.KEY_TO_ACCESS_FBXSDK }}
Expand All @@ -83,7 +83,7 @@ jobs:

steps:
- name: download-all-artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
path: ~/a

Expand Down

0 comments on commit 5c9664b

Please sign in to comment.