Skip to content

Commit 6bd696e

Browse files
authored
Merge pull request #159 from acerbilab/dependabot/github_actions/actions/checkout-5
Chore(deps): Bump actions/checkout from 4 to 5
2 parents 6be9e46 + 342c4b9 commit 6bd696e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- uses: actions/setup-python@v6
1616
name: Install Python
1717
with:

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414

1515
steps:
1616
- name: Checkout main
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
with:
1919
path: main
2020

2121
- name: Checkout gh-pages
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
path: gh-pages
2525
ref: gh-pages

.github/workflows/merge-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run_job: ${{ steps.check_files.outputs.run_job }}
1414
steps:
1515
- name: Checkout PyVBMC
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
1919
path: pyvbmc
@@ -56,12 +56,12 @@ jobs:
5656

5757
steps:
5858
- name: Checkout PyVBMC
59-
uses: actions/checkout@v4
59+
uses: actions/checkout@v5
6060
with:
6161
path: pyvbmc
6262

6363
- name: Checkout GPyReg
64-
uses: actions/checkout@v4
64+
uses: actions/checkout@v5
6565
with:
6666
repository: acerbilab/gpyreg
6767
path: gpyreg

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717

1818
steps:
1919
- name: Checkout PyVBMC
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
with:
2222
path: pyvbmc
2323

2424
- name: Checkout GPyReg
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
with:
2727
repository: acerbilab/gpyreg
2828
path: gpyreg

0 commit comments

Comments
 (0)