Skip to content

Commit ddbf748

Browse files
authored
Merge pull request #186 from statisticsnorway/dependabot/github_actions/github-action-dependencies-527b2efbe2
Bump the github-action-dependencies group with 2 updates
2 parents c8b048d + 95320ea commit ddbf748

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
poetry --version
3636
3737
- name: Set up Python
38-
uses: actions/setup-python@v6.1.0
38+
uses: actions/setup-python@v6.2.0
3939
with:
4040
python-version: "3.12"
4141
cache: "poetry"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 2
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@v6.1.0
23+
uses: actions/setup-python@v6.2.0
2424
with:
2525
python-version: "3.12"
2626

@@ -70,7 +70,7 @@ jobs:
7070
repository-url: https://test.pypi.org/legacy/
7171

7272
- name: Publish the release notes
73-
uses: release-drafter/release-drafter@v6.1.0
73+
uses: release-drafter/release-drafter@v6.2.0
7474
with:
7575
publish: ${{ steps.check-version.outputs.tag != '' }}
7676
tag: ${{ steps.check-version.outputs.tag }}

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@v6
4141

4242
- name: Set up Python ${{ matrix.python }}
43-
uses: actions/setup-python@v6.1.0
43+
uses: actions/setup-python@v6.2.0
4444
with:
4545
python-version: ${{ matrix.python }}
4646

@@ -124,7 +124,7 @@ jobs:
124124
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
125125

126126
- name: Set up Python
127-
uses: actions/setup-python@v6.1.0
127+
uses: actions/setup-python@v6.2.0
128128
with:
129129
python-version: "3.11"
130130

0 commit comments

Comments
 (0)