Skip to content

Commit

Permalink
attempt to update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
marinadamato committed May 14, 2024
1 parent 342d503 commit 22f6d9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.6.0
uses: styfle/cancel-workflow-action@0.12.1
with:
access_token: ${{ github.token }}

Expand All @@ -34,10 +34,10 @@ jobs:
site-id: NETLIFY_SITEID_CARALAB

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

- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.9
cache: 'pip'
Expand All @@ -51,7 +51,7 @@ jobs:
yarn config set global-folder $(yarn cache dir)
- name: Cache Yarn
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-version: v1
id: yarn-cache
Expand Down

0 comments on commit 22f6d9d

Please sign in to comment.