Skip to content

Commit

Permalink
Merge pull request #38 from QCoDeS/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-3.6.0

Bump actions/checkout from 3.5.3 to 3.6.0
  • Loading branch information
jenshnielsen authored Aug 25, 2023
2 parents aa7877c + e175acc commit 982d404
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/darker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
lint-with-darker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- uses: actions/setup-python@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
SPHINX_WARNINGS_AS_ERROR: 'true'
SPHINX_OPTS: "-v"
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v3.6.0
with:
fetch-depth: '0'
# if we upload to ghpages we need the full
# history to generate correct version info
if: ${{ fromJSON(env.UPLOAD_TO_GHPAGES) }}
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v3.6.0
if: ${{ !fromJSON(env.UPLOAD_TO_GHPAGES) }}
- name: set-sphinx-opts
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
PYTHON: ${{ matrix.python-version }}

steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v3.6.0
with:
submodules: true
- name: setup ubuntu-latest xvfb
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload_to_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
environment: pypi-release-env
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v3.6.0
- name: Set up Python
uses: actions/setup-python@v4.3.1
with:
Expand Down

0 comments on commit 982d404

Please sign in to comment.