Skip to content

Commit 2a14c0a

Browse files
Merge pull request #56 from opengsq/dependabot/github_actions/actions-majors-76468cb07f
Bump actions/checkout from 5 to 6 in the actions-majors group
2 parents 8205042 + 2ea7930 commit 2a14c0a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: [3.9, "3.10", 3.11, 3.12, 3.13]
1919

2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- name: Set up Python ${{ matrix.python-version }}
2323
uses: actions/setup-python@v6
2424
with:

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
url: https://pypi.org/p/opengsq
2020

2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323

2424
- name: Set up Python
2525
uses: actions/setup-python@v6

.github/workflows/sphinx-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v5
38+
uses: actions/checkout@v6
3939

4040
- name: Setup Pages
4141
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)