Skip to content

Commit

Permalink
Merge pull request #3046 from hyperspy/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-3.1.0

Bump actions/checkout from 2 to 3.1.0
  • Loading branch information
ericpre committed Oct 10, 2022
2 parents 6ad353c + d6bfbff commit d46c5bd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
LATEX_DEPS: dvipng latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0

- uses: ericpre/sphinx-action@latest_sphinx
with:
Expand All @@ -31,7 +31,7 @@ jobs:
env:
DOCS_PATH: ./doc/_build/html/
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0

- name: Nightly Merge
uses: robotology/gh-action-nightly-merge@22f5e45d028f22837d617fa07512925457eec184
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v3.1.0
- name: Create Release
id: create_release
uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5
Expand All @@ -39,7 +39,7 @@ jobs:
python-version: ['3.7', '3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0

- uses: actions/setup-python@v4
name: Install Python
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
needs: create_release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0

- name: Set up Python
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
PYTHON_VERSION: '3.8'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0

- uses: actions/setup-python@v4
name: Install Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
shell: bash -l {0}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0

- uses: conda-incubator/setup-miniconda@v2
with:
Expand Down

0 comments on commit d46c5bd

Please sign in to comment.