Skip to content

Commit

Permalink
Merge pull request #15 from botcity-dev/mnt/update-action-versions
Browse files Browse the repository at this point in the history
MNT: Update action versions to avoid warnings.
  • Loading branch information
kayqueGovetri authored Feb 23, 2024
2 parents 9ed54a1 + 004a806 commit 8d522e1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ env:
# Death By Captcha user data
DBC_USERNAME: ${{ secrets.DBC_USERNAME }}
DBC_PASSWORD: ${{ secrets.DBC_PASSWORD }}

# Slack Credentials
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }}
Expand Down Expand Up @@ -81,10 +81,10 @@ jobs:
os: ${{fromJson(inputs.list_os_name)}}
python-version: ${{fromJson(inputs.list_python_version)}}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python_linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
python-version: ${{fromJson(inputs.list_python_version)}}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install requirements
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python_pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python ${{ inputs.version_python }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.version_python }}
- name: Install pypa/build
Expand Down

0 comments on commit 8d522e1

Please sign in to comment.