Skip to content

Commit

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

Bump actions/checkout from 4.1.4 to 4.1.5
  • Loading branch information
jenshnielsen authored May 7, 2024
2 parents ba8cde1 + ecba954 commit 90cb116
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@v4.1.4
- uses: actions/checkout@v4.1.5
with:
fetch-depth: 0
- uses: actions/setup-python@v5
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@v4.1.4
- uses: actions/checkout@v4.1.5
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@v4.1.4
- uses: actions/checkout@v4.1.5
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@v4.1.4
- uses: actions/checkout@v4.1.5
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@v4.1.4
- uses: actions/checkout@v4.1.5
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 90cb116

Please sign in to comment.