Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3 to 4 (#438)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kyle Finley <[email protected]>
  • Loading branch information
dependabot[bot] and ITProKyle authored Apr 16, 2024
1 parent dadc842 commit e0ed625
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/label-maker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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@v4 # cspell:ignore ghaction
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
python-version: [3.9, '3.10', '3.11']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
Expand All @@ -36,7 +36,7 @@ jobs:
# v1.1.1 was tested but did not function as desired so we are using the CLI.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
Expand All @@ -50,7 +50,7 @@ jobs:
matrix:
python-version: [3.9, '3.10', '3.11']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ITProKyle/[email protected]
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit e0ed625

Please sign in to comment.