Skip to content

Commit

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

Bump actions/checkout from 3.1.0 to 3.3.0
  • Loading branch information
ericpre committed Jan 14, 2023
2 parents f3e28eb + c8068c5 commit ccbc655
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.1.0
- uses: actions/checkout@v3.3.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.1.0
- uses: actions/checkout@v3.3.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@v3.1.0
uses: actions/checkout@v3.3.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.1.0
uses: actions/checkout@v3.3.0
- name: Create Release
id: create_release
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844
Expand All @@ -39,7 +39,7 @@ jobs:
python-version: ['3.7', '3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.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.1.0
- uses: actions/checkout@v3.3.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.1.0
- uses: actions/checkout@v3.3.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.1.0
- uses: actions/checkout@v3.3.0

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

0 comments on commit ccbc655

Please sign in to comment.