Skip to content

Commit d84affd

Browse files
authored
Merge pull request #118 from ToasterUwU/dependabot/github_actions/actions/checkout-7.0.1
build(deps): bump actions/checkout from 7.0.0 to 7.0.1
2 parents 45c29f5 + 8cc652e commit d84affd

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

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

0 commit comments

Comments
 (0)