Skip to content

Commit

Permalink
Update deprecated actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
artemy committed May 24, 2024
1 parent b61272e commit beda78e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Install dependencies
Expand All @@ -22,11 +22,11 @@ jobs:
needs: test
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build artifacts
run: python3 build.py
- name: Create release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: '*.alfredworkflow'
env:
Expand Down

0 comments on commit beda78e

Please sign in to comment.