Skip to content

Commit 9e995b4

Browse files
authored
Merge pull request #190 from statisticsnorway/dependabot/github_actions/github-action-dependencies-8396f6085c
Bump the github-action-dependencies group with 2 updates
2 parents 57921c9 + fc0e67e commit 9e995b4

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
@@ -40,10 +40,10 @@ jobs:
4040

4141
steps:
4242
- name: Check out the repository
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444

4545
- name: Set up Python ${{ matrix.python }}
46-
uses: actions/setup-python@v6.0.0
46+
uses: actions/setup-python@v6.1.0
4747
with:
4848
python-version: ${{ matrix.python }}
4949

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

130130
- name: Set up Python
131-
uses: actions/setup-python@v6.0.0
131+
uses: actions/setup-python@v6.1.0
132132
with:
133133
python-version: "3.11"
134134

0 commit comments

Comments
 (0)