Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#152)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 733a5fc commit a27f6cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
python-version: [3.11]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
id: setup-python
with:
Expand All @@ -35,7 +35,7 @@ jobs:
matrix:
python-version: [3.9, '3.10', 3.11]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: local-action
uses: ./
with:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
matrix:
python-version: [3.9, '3.10', 3.11]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: local-action
uses: ./
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-maker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run Label Maker
uses: crazy-max/ghaction-github-labeler@v5 # cspell:ignore ghaction
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '20'
Expand Down

0 comments on commit a27f6cb

Please sign in to comment.