Skip to content

Commit a0fee59

Browse files
authored
Merge pull request #107 from ToasterUwU/dependabot/github_actions/actions/checkout-6.0.1
build(deps): bump actions/checkout from 6.0.0 to 6.0.1
2 parents 4e3740b + 363a793 commit a0fee59

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

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

0 commit comments

Comments
 (0)