Skip to content

Commit

Permalink
update actions/checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Nov 23, 2023
1 parent 4920fb6 commit a7f78fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
outputs:
archive_name: ${{ steps.find_plugin_archive.outputs.archive_name }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit a7f78fc

Please sign in to comment.