Skip to content

Commit d882f3f

Browse files
authored
Merge pull request #94 from MarketSquare/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 57bddba + d8be386 commit d882f3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
os: [ 'ubuntu-latest', 'windows-latest']
1818
python-version: ['3.10', '3.11', '3.12', '3.13']
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- name: Set up Python 3.10
2222
uses: actions/setup-python@v6
2323
with:
@@ -73,7 +73,7 @@ jobs:
7373
robot-version: '6.1.1'
7474
fail-fast: false
7575
steps:
76-
- uses: actions/checkout@v5
76+
- uses: actions/checkout@v6
7777
- name: Set up Python ${{ matrix.python-version }}
7878
uses: actions/setup-python@v6
7979
with:

0 commit comments

Comments
 (0)