Skip to content

Commit

Permalink
bump actions, update for fix deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ychebyshev committed Feb 5, 2024
1 parent 1053631 commit 466b859
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
echo "BUILD_AT=$(date +'%Y-%m-%dT%H:%M:%S%z')" >> "$GITHUB_OUTPUT"
echo "VCS_SHA=${GITHUB_SHA}" >> "$GITHUB_OUTPUT"
- uses: mr-smithers-excellent/docker-build-push@v6.2
- uses: mr-smithers-excellent/docker-build-push@v6.3
with:
image: bomzheg/shvatka
addLatest: true
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- name: Set up Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: "poetry"
Expand All @@ -27,11 +27,11 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- name: Set up Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: "poetry"
Expand All @@ -48,11 +48,11 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- name: Set up Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: "poetry"
Expand Down

0 comments on commit 466b859

Please sign in to comment.