Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
FROM_FORK: ${{ github.event.pull_request.head.repo.fork }}
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}

Expand Down Expand Up @@ -235,13 +235,13 @@ jobs:
brew install autoconf autoconf-archive automake libtool mono nasm unzip zip

- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
submodules: recursive
ref: ${{ github.event.pull_request.head.sha || github.sha }}

- name: Checkout master-message-template
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: secondlife/master-message-template
path: .master-message-template
Expand Down
Loading