Skip to content

Commit 6e199fa

Browse files
authored
Merge pull request #145 from statisticsnorway/dependabot/github_actions/github-action-dependencies-84d2f90ed1
Bump the github-action-dependencies group with 3 updates
2 parents c059902 + d2a7a60 commit 6e199fa

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.5.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.2.0
23+
uses: crazy-max/ghaction-github-labeler@v5.3.0
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.5.0
2525
with:
2626
python-version: "3.12"
2727

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v4
4040

4141
- name: Set up Python ${{ matrix.python }}
42-
uses: actions/setup-python@v5.4.0
42+
uses: actions/setup-python@v5.5.0
4343
with:
4444
python-version: ${{ matrix.python }}
4545

@@ -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@v5.4.0
127+
uses: actions/setup-python@v5.5.0
128128
with:
129129
python-version: "3.11"
130130

@@ -172,4 +172,4 @@ jobs:
172172
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
173173
# No need to run SonarCloud analysis if dependabot update or token not defined
174174
if: env.SONAR_TOKEN != '' && (github.actor != 'dependabot[bot]')
175-
uses: SonarSource/sonarqube-scan-action@v5.0.0
175+
uses: SonarSource/sonarqube-scan-action@v5.1.0

0 commit comments

Comments
 (0)