Skip to content

Commit

Permalink
[dependabot]: Bump actions/checkout from 3 to 4 (#127)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 21, 2023
1 parent 8814215 commit d5ed719
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
env:
SOURCE_DATE_EPOCH: ${{ inputs.SOURCE_DATE_EPOCH }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup tox
uses: ./.github/actions/setup-tox
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
os: [ubuntu-22.04, windows-2022, macos-12]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup tox
uses: ./.github/actions/setup-tox
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
python_version: ['3.11']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup tox (python ${{ matrix.python_version }})
uses: ./.github/actions/setup-tox
with:
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
python_version: ['3.11']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup tox (python ${{ matrix.python_version }})
uses: ./.github/actions/setup-tox
with:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
&& (github.event_name != 'pull_request' || github.event.pull_request.draft != true)
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup tox
uses: ./.github/actions/setup-tox
with:
Expand Down

0 comments on commit d5ed719

Please sign in to comment.