Skip to content

Commit 4c91bd0

Browse files
authored
Merge pull request #3 from brainprepdesk/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 4 to 6
2 parents bb12220 + a998ce0 commit 4c91bd0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linters.yml

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

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0
2626
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/testing.yml

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

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0
2626
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)