Skip to content

Commit b46c709

Browse files
authored
Merge pull request #105 from ToasterUwU/dependabot/github_actions/actions/checkout-5.0.1
build(deps): bump actions/checkout from 5.0.0 to 5.0.1
2 parents b551ad8 + 707d18b commit b46c709

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.0
18+
uses: actions/checkout@v5.0.1
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.0
15+
uses: actions/checkout@v5.0.1
1616

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

0 commit comments

Comments
 (0)