Skip to content

Commit

Permalink
Update publications.yml to respect new GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Klissarov committed Jun 11, 2023
1 parent 0b5e15c commit 503b9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: checkout repo content
uses: actions/checkout@v2 # checkout the repository content to github runner.
uses: actions/checkout@v3 # checkout the repository content to github runner.

- name: setup python
uses: actions/setup-python@v2
Expand Down

0 comments on commit 503b9d2

Please sign in to comment.