Skip to content

Commit

Permalink
fix: upgrade actions/checkout package version
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoAguzzi committed Mar 19, 2024
1 parent 4e7d916 commit f9d0d7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- develop
- main

permissions:
contents: write
Expand All @@ -14,7 +14,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
Expand Down

0 comments on commit f9d0d7e

Please sign in to comment.