Skip to content

Commit 141c813

Browse files
authored
Merge pull request #17 from NETWAYS/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 62e8729 + 6cb7b7e commit 141c813

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: GitHub Action
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616

1717
- name: Set up Python ${{ matrix.python-version }}
1818
uses: actions/setup-python@v6

.github/workflows/test-notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: GitHub Action
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616

1717
- name: Set up Python ${{ matrix.python-version }}
1818
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)