Skip to content

Commit

Permalink
upped versions in action
Browse files Browse the repository at this point in the history
  • Loading branch information
sandstromviktor committed Jan 27, 2024
1 parent 6f335c1 commit b4696af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

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

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Docker meta
uses: docker/metadata-action@v4
Expand Down

0 comments on commit b4696af

Please sign in to comment.