Skip to content

Commit 46bc6be

Browse files
authored
Merge pull request #98 from ToasterUwU/dependabot/github_actions/actions/checkout-5.0.0
build(deps): bump actions/checkout from 4.2.2 to 5.0.0
2 parents e8ca086 + 9d5dfd4 commit 46bc6be

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@v4.2.2
18+
uses: actions/checkout@v5.0.0
1919

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

.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@v4.2.2
15+
uses: actions/checkout@v5.0.0
1616

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

0 commit comments

Comments
 (0)