Skip to content

Commit bea59de

Browse files
build(deps): bump actions/checkout from 5 to 6 (#264)
1 parent a40156a commit bea59de

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
swap-storage: true
5858

5959
- name: Checkout repo
60-
uses: actions/checkout@v5
60+
uses: actions/checkout@v6
6161

6262
- uses: maxim-lobanov/setup-xcode@v1
6363
if: runner.os == 'macOS' && matrix.compiler == 'intel-classic'

.github/workflows/pymake-linting-install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: github.repository_owner == 'modflowpy'
2222
steps:
2323
- name: Checkout repo
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525

2626
- name: Setup pixi
2727
uses: prefix-dev/[email protected]
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151

5252
- name: Checkout pymake repo
53-
uses: actions/checkout@v5
53+
uses: actions/checkout@v6
5454

5555
- name: Setup Python
5656
uses: actions/setup-python@v6

.github/workflows/pymake-requests.yml

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

2929
steps:
3030
- name: Checkout repo
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232

3333
- name: Setup pixi
3434
uses: prefix-dev/[email protected]

.github/workflows/pymake-rtd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
github.event_name == 'push'
2121
steps:
2222
- name: Checkout repo
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424

2525
- name: Trigger RTDs build
2626
if: github.ref == 'refs/heads/master'

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222

2323
- name: Checkout release branch
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 0
2727

@@ -104,7 +104,7 @@ jobs:
104104
steps:
105105

106106
- name: Checkout repo
107-
uses: actions/checkout@v5
107+
uses: actions/checkout@v6
108108
with:
109109
ref: master
110110

@@ -151,7 +151,7 @@ jobs:
151151
steps:
152152

153153
- name: Checkout master branch
154-
uses: actions/checkout@v5
154+
uses: actions/checkout@v6
155155
with:
156156
ref: master
157157

0 commit comments

Comments
 (0)