Skip to content

Commit 78fe2c4

Browse files
committed
Merge branch 'main' into bugfix/arguments
* main: build(deps): bump actions/checkout from 5 to 6 (#7)
2 parents d7c37b9 + 2fd0a62 commit 78fe2c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Tests
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515

1616
- name: Run tests
1717
shell: bash

.github/workflows/versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write
1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919
persist-credentials: true

0 commit comments

Comments
 (0)