Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
linuslundahl committed Sep 26, 2024
1 parent e570237 commit 966ccf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
pull-requests: write
steps:
- uses: actions/checkout@v4 # v4
with:
# Needed to ensure Github actions are run even when the pull request is rebased.
# https://github.com/changesets/action/issues/187#issuecomment-1228413850
token: ${{ secrets.GH_PAT_PULL_REQUEST }}
- uses: ./.github/workflows/setup

- name: Update npm config
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
- uses: actions/checkout@v4 # v4
- uses: ./.github/workflows/setup

- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
- uses: actions/cache@v4 # v4
if: ${{ !env.ACT }}
id: relate-e2e-dbms-cache
with:
path: 'e2e/relate fixtures/cache/dbmss'
key: relate-e2e-dbms-${{ runner.os }}
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
- uses: actions/cache@v4 # v4
if: ${{ !env.ACT }}
id: relate-e2e-runtime-cache
with:
Expand Down

0 comments on commit 966ccf7

Please sign in to comment.