Skip to content

Commit 3c10e07

Browse files
authored
Merge pull request #260 from QCoDeS/dependabot/github_actions/actions/checkout-4.1.1
Bump actions/checkout from 4.1.0 to 4.1.1
2 parents 49c62ca + abfedbc commit 3c10e07

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
OS: ${{ matrix.os }}
3131
UPLOAD_TO_GHPAGES: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10' && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
3232
steps:
33-
- uses: actions/[email protected].0
33+
- uses: actions/[email protected].1
3434
with:
3535
fetch-depth: '0'
3636
# if we upload to ghpages we need the full
3737
# history to generate correct version info
3838
if: ${{ fromJSON(env.UPLOAD_TO_GHPAGES) }}
39-
- uses: actions/[email protected].0
39+
- uses: actions/[email protected].1
4040
if: ${{ !fromJSON(env.UPLOAD_TO_GHPAGES) }}
4141
- name: setup ubuntu-latest xvfb
4242
uses: ./.github/actions/setup-ubuntu-latest-xvfb

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
PYTHON: ${{ matrix.python-version }}
3434

3535
steps:
36-
- uses: actions/[email protected].0
36+
- uses: actions/[email protected].1
3737
with:
3838
submodules: true
3939
- name: setup ubuntu-latest xvfb

.github/workflows/upload_to_pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
id-token: write
1313
environment: pypi-release-env
1414
steps:
15-
- uses: actions/[email protected].0
15+
- uses: actions/[email protected].1
1616
- name: Set up Python
1717
uses: actions/[email protected]
1818
with:

0 commit comments

Comments
 (0)