Skip to content

Commit b275f55

Browse files
authored
Merge pull request #25 from GeekMasher/dependabot/github_actions/production-dependencies-a331d3ec2d
build(deps): bump actions/checkout from 4 to 5 in the production-dependencies group
2 parents 2807d5a + 7d095f6 commit b275f55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: ["3.9", "3.10", "3.11"]
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222

2323
- name: "Set up Python ${{ matrix.python-version }}"
2424
uses: actions/setup-python@v5
@@ -49,7 +49,7 @@ jobs:
4949
needs: build
5050

5151
steps:
52-
- uses: actions/checkout@v4
52+
- uses: actions/checkout@v5
5353
- name: Run action
5454
uses: ./
5555
with:

.github/workflows/codeql.yml

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

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929

3030
- name: Initialize CodeQL
3131
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)