Skip to content

Commit 4aa6b86

Browse files
authored
Merge pull request #255 from statisticsnorway/dependabot/github_actions/github-action-dependencies-8396f6085c
Bump the github-action-dependencies group with 2 updates
2 parents 4939746 + 953dbac commit 4aa6b86

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Check out the repository
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030

3131
- name: Install Poetry
3232
run: |
@@ -35,7 +35,7 @@ jobs:
3535
poetry --version
3636
3737
- name: Set up Python
38-
uses: actions/setup-python@v6.0.0
38+
uses: actions/setup-python@v6.1.0
3939
with:
4040
python-version: "3.12"
4141
cache: "poetry"

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: read
1818
steps:
1919
- name: Check out the repository
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
- name: Run Labeler
2323
uses: crazy-max/ghaction-github-labeler@v5.3.0

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
pull-requests: read
1717
steps:
1818
- name: Check out the repository
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 2
2222

2323
- name: Set up Python
24-
uses: actions/setup-python@v6.0.0
24+
uses: actions/setup-python@v6.1.0
2525
with:
2626
python-version: "3.12"
2727

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343

4444
steps:
4545
- name: Check out the repository
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747

4848
- name: Set up Python ${{ matrix.python }}
49-
uses: actions/setup-python@v6.0.0
49+
uses: actions/setup-python@v6.1.0
5050
with:
5151
python-version: ${{ matrix.python }}
5252

@@ -125,12 +125,12 @@ jobs:
125125
needs: tests
126126
steps:
127127
- name: Check out the repository
128-
uses: actions/checkout@v5
128+
uses: actions/checkout@v6
129129
with:
130130
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
131131

132132
- name: Set up Python
133-
uses: actions/setup-python@v6.0.0
133+
uses: actions/setup-python@v6.1.0
134134
with:
135135
python-version: "3.13"
136136

0 commit comments

Comments
 (0)