Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent 6d1a837 commit e182e7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
POETRY_HTTP_BASIC_PYPI_PASSWORD: ${{ secrets.POETRY_HTTP_BASIC_PYPI_PASSWORD }}
POETRY_HTTP_BASIC_PYPI_USERNAME: ${{ secrets.POETRY_HTTP_BASIC_PYPI_USERNAME }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install tools (Poetry)
uses: Gr1N/setup-poetry@v8
- name: Set up Python 3.10
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test_and_make_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
python-version: ['3.11', '3.10', '3.9', '3.8']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install tools (Poetry)
uses: Gr1N/setup-poetry@v8
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -48,7 +48,7 @@ jobs:
matrix:
python-version: ['3.11', '3.10', '3.9', '3.8']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install tools (Poetry)
uses: Gr1N/setup-poetry@v8
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -68,7 +68,7 @@ jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install tools (Poetry)
uses: Gr1N/setup-poetry@v8
- name: Set up Python 3.10
Expand All @@ -88,7 +88,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install tools (Poetry)
uses: Gr1N/setup-poetry@v8
- name: Set up Python 3.10
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js 12.x
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit e182e7a

Please sign in to comment.