Skip to content

Commit

Permalink
chore: update actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
smolvik1 authored Oct 26, 2023
1 parent 8132e45 commit 8500902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
contents: read
id-token: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: "Install dependencies"
Expand Down

0 comments on commit 8500902

Please sign in to comment.