Skip to content

Commit 158bfef

Browse files
authored
Merge pull request #22 from statisticsnorway/dependabot/github_actions/github-action-dependencies-e31cb6cd0e
Bump the github-action-dependencies group with 2 updates
2 parents 4dbc132 + c4b15f2 commit 158bfef

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.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@v5.4.0
38+
uses: actions/setup-python@v5.6.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
@@ -20,6 +20,6 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Run Labeler
23-
uses: crazy-max/ghaction-github-labeler@v5.0.0 # Use this version until https://github.com/crazy-max/ghaction-github-labeler/issues/221 is fixed
23+
uses: crazy-max/ghaction-github-labeler@v5.3.0 # Use this version until https://github.com/crazy-max/ghaction-github-labeler/issues/221 is fixed
2424
with:
2525
skip-delete: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 2
2222

2323
- name: Set up Python
24-
uses: actions/setup-python@v5.4.0
24+
uses: actions/setup-python@v5.6.0
2525
with:
2626
python-version: "3.12"
2727

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v4
3939

4040
- name: Set up Python ${{ matrix.python }}
41-
uses: actions/setup-python@v5.4.0
41+
uses: actions/setup-python@v5.6.0
4242
with:
4343
python-version: ${{ matrix.python }}
4444

@@ -122,7 +122,7 @@ jobs:
122122
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
123123

124124
- name: Set up Python
125-
uses: actions/setup-python@v5.4.0
125+
uses: actions/setup-python@v5.6.0
126126
with:
127127
python-version: "3.10"
128128

0 commit comments

Comments
 (0)