Skip to content

Commit 2acfa79

Browse files
Merge branch 'develop' into feat/doctest-poc-clean
2 parents 30ca894 + 6f1df1a commit 2acfa79

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
variants: ${{ matrix.configuration }}
8787
steps:
8888
- name: Checkout code
89-
uses: actions/checkout@v4
89+
uses: actions/checkout@v5
9090
with:
9191
ref: ${{ github.event.pull_request.head.sha || github.sha }}
9292

@@ -95,14 +95,14 @@ jobs:
9595
with:
9696
python-version: "3.11"
9797
- name: Checkout build variables
98-
uses: actions/checkout@v4
98+
uses: actions/checkout@v5
9999
with:
100100
repository: secondlife/build-variables
101101
ref: master
102102
path: .build-variables
103103

104104
- name: Checkout master-message-template
105-
uses: actions/checkout@v4
105+
uses: actions/checkout@v5
106106
with:
107107
repository: secondlife/master-message-template
108108
path: .master-message-template

.github/workflows/pre-commit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
pre-commit:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- uses: actions/setup-python@v4
1616
with:
1717
python-version: 3.x
18-
- uses: pre-commit/[email protected].0
18+
- uses: pre-commit/[email protected].1

0 commit comments

Comments
 (0)