Skip to content

Commit 4e3740b

Browse files
authored
Merge pull request #106 from ToasterUwU/dependabot/github_actions/actions/checkout-6.0.0
build(deps): bump actions/checkout from 5.0.1 to 6.0.0
2 parents b46c709 + 526a7ca commit 4e3740b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v5.0.1
18+
uses: actions/checkout@v6.0.0
1919

2020
- name: Set up python ${{ matrix.python-version }}
2121
uses: actions/setup-python@v6

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v5.0.1
15+
uses: actions/checkout@v6.0.0
1616

1717
- name: Create Release
1818
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)