Skip to content

Commit 34d1e41

Browse files
chore(deps): bump the github-actions group with 2 updates (#164)
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [AbsaOSS/generate-release-notes](https://github.com/absaoss/generate-release-notes). Updates `actions/checkout` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...df4cb1c) Updates `AbsaOSS/generate-release-notes` from 1.3.0 to 1.3.1 - [Release notes](https://github.com/absaoss/generate-release-notes/releases) - [Commits](AbsaOSS/generate-release-notes@da53538...b4d6e3f) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: AbsaOSS/generate-release-notes dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d9020af commit 34d1e41

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/check_python.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python_changed: ${{ steps.changes.outputs.python_changed }}
2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
26+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
2727
with:
2828
persist-credentials: false
2929
fetch-depth: 0
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ubuntu-latest
5858
steps:
5959
- name: Checkout repository
60-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
60+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
6161
with:
6262
persist-credentials: false
6363
fetch-depth: 0
@@ -87,7 +87,7 @@ jobs:
8787
runs-on: ubuntu-latest
8888
steps:
8989
- name: Checkout repository
90-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
90+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
9191
with:
9292
persist-credentials: false
9393
fetch-depth: 0
@@ -106,7 +106,7 @@ jobs:
106106
runs-on: ubuntu-latest
107107
steps:
108108
- name: Checkout repository
109-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
109+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
110110
with:
111111
persist-credentials: false
112112
fetch-depth: 0
@@ -125,7 +125,7 @@ jobs:
125125
runs-on: ubuntu-latest
126126
steps:
127127
- name: Checkout repository
128-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
128+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
129129
with:
130130
persist-credentials: false
131131
fetch-depth: 0
@@ -144,7 +144,7 @@ jobs:
144144
timeout-minutes: 15
145145
steps:
146146
- name: Checkout repository
147-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
147+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
148148
with:
149149
persist-credentials: false
150150
fetch-depth: 0

.github/workflows/release_draft.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
release-draft:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
23+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
2424
with:
2525
fetch-depth: 0
2626
persist-credentials: false
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Generate Release Notes
5353
id: generate_release_notes
54-
uses: AbsaOSS/generate-release-notes@da535383f54a6532adb84e88d3b6e5c7236132df
54+
uses: AbsaOSS/generate-release-notes@b4d6e3fafcff2dedc32ec751975fa3d0b3efad67
5555
env:
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5757
with:

0 commit comments

Comments
 (0)