Skip to content

Commit

Permalink
ci: fix release action (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
sozercan authored Aug 22, 2023
1 parent ac5c027 commit e9cba83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout copa-action repository
uses: actions/checkout@@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
repository: project-copacetic/copa-action
ref: main
Expand Down

0 comments on commit e9cba83

Please sign in to comment.