Skip to content

Commit 0a5ef28

Browse files
Merge pull request #122 from StatFunGen/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents dfacc44 + 6120de8 commit 0a5ef28

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout pull request branch
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0
2626

@@ -56,7 +56,7 @@ jobs:
5656

5757
steps:
5858
- name: Checkout pull request branch
59-
uses: actions/checkout@v5
59+
uses: actions/checkout@v6
6060
with:
6161
fetch-depth: 0
6262

.github/workflows/conda_build.yml

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

2828
steps:
2929
- name: Checkout pull request branch
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 0
3333

.github/workflows/dispatch_pkgdown_build.yml

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

1212
steps:
1313
- name: Checkout main
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
with:
1616
ref: main
1717

.github/workflows/merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout main
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
with:
2525
ref: main
2626

@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Checkout main
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
4545
with:
4646
ref: main
4747

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: ${{ github.event.inputs.commit }} == "auto"
3333
steps:
3434
- name: Checkout repository
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v6
3636
with:
3737
token: ${{ secrets.CI_TOKEN }}
3838
fetch-depth: 0
@@ -82,7 +82,7 @@ jobs:
8282
fi
8383
8484
- name: Checkout HEAD
85-
uses: actions/checkout@v5
85+
uses: actions/checkout@v6
8686
with:
8787
ref: ${{ steps.determine-commit.outputs.commit }}
8888

.github/workflows/update-documentation.yml

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

1414
steps:
1515
- name: Checkout pull request branch
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
with:
1818
token: ${{ secrets.CI_TOKEN }}
1919
fetch-depth: 0

0 commit comments

Comments
 (0)