Skip to content

Conversation

@douglasnehme
Copy link
Contributor

Change all actions version to the newest tagged ones, including which were pointing to the main branch.

steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can use all "3.*" instead of a point release.

Suggested change
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3

- name: Deploy
uses: peaceiris/actions-gh-pages@v3.6.1
uses: peaceiris/actions-gh-pages@v3.8.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
uses: peaceiris/actions-gh-pages@v3.8.0
uses: peaceiris/actions-gh-pages@v3

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.1.0
Suggested change
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3


- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4.3.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
uses: actions/setup-python@v4.3.0
uses: actions/setup-python@v4

@ocefpaf
Copy link
Member

ocefpaf commented Oct 13, 2022

The error here is unrelated to this PR and we can investigate it later. Merging this for now.

@ocefpaf ocefpaf merged commit 378158b into ioos:main Oct 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants