Skip to content

Commit 218004a

Browse files
ci: bump the actions group across 1 directory with 5 updates (#2158)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent b0225b1 commit 218004a

File tree

9 files changed

+45
-44
lines changed

9 files changed

+45
-44
lines changed

.github/workflows/backwards_compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
pip install .[tests]
7171
7272
- name: Login to GitHub Container Registry
73-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
73+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
7474
with:
7575
registry: ghcr.io
7676
username: ${{ github.actor }}

.github/workflows/ci_cd.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
contents: write
4040
pull-requests: write
4141
steps:
42-
- uses: ansys/actions/doc-deploy-changelog@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
42+
- uses: ansys/actions/doc-deploy-changelog@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
4343
with:
4444
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
4545
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
@@ -49,7 +49,7 @@ jobs:
4949
name: Vulnerabilities
5050
runs-on: ubuntu-latest
5151
steps:
52-
- uses: ansys/actions/check-vulnerabilities@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
52+
- uses: ansys/actions/check-vulnerabilities@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
5353
with:
5454
python-version: ${{ env.MAIN_PYTHON_VERSION }}
5555
python-package-name: ${{ env.PACKAGE_NAME }}
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ubuntu-latest
6363
steps:
6464
- name: Check commit name
65-
uses: ansys/actions/check-pr-title@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
65+
uses: ansys/actions/check-pr-title@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
6666
with:
6767
token: ${{ secrets.GITHUB_TOKEN }}
6868

@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
steps:
7373
- name: PyAnsys documentation style checks
74-
uses: ansys/actions/doc-style@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
74+
uses: ansys/actions/doc-style@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
7575
with:
7676
token: ${{ secrets.GITHUB_TOKEN }}
7777

@@ -90,7 +90,7 @@ jobs:
9090
os: macos-latest
9191
steps:
9292
- name: Build wheelhouse and perform smoke test
93-
uses: ansys/actions/build-wheelhouse@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
93+
uses: ansys/actions/build-wheelhouse@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
9494
with:
9595
library-name: ${{ env.PACKAGE_NAME }}
9696
operating-system: ${{ matrix.os }}
@@ -102,7 +102,7 @@ jobs:
102102
runs-on: ubuntu-latest
103103
steps:
104104
- name: PyAnsys documentation style checks
105-
uses: ansys/actions/docker-style@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
105+
uses: ansys/actions/docker-style@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
106106
with:
107107
directory: docker
108108
recursive: true
@@ -126,7 +126,7 @@ jobs:
126126
service-name: "Linux Core Service"
127127
steps:
128128
- name: Login to GitHub Container Registry
129-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
129+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
130130
with:
131131
registry: ghcr.io
132132
username: ${{ github.actor }}
@@ -224,7 +224,7 @@ jobs:
224224
225225
- name: Login to GitHub Container Registry
226226
if: env.SKIP_UNSTABLE == 'false'
227-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
227+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
228228
with:
229229
registry: ghcr.io
230230
username: ${{ github.actor }}
@@ -256,7 +256,7 @@ jobs:
256256
257257
- name: Restore images cache
258258
if: env.SKIP_UNSTABLE == 'false'
259-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
259+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
260260
with:
261261
path: .\tests\integration\image_cache
262262
key: pyvista-image-cache-${{ runner.name }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
@@ -333,7 +333,7 @@ jobs:
333333
uses: pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
334334

335335
- name: Login to GitHub Container Registry
336-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
336+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
337337
with:
338338
registry: ghcr.io
339339
username: ${{ github.actor }}
@@ -345,7 +345,7 @@ jobs:
345345
docker run --detach --name ${{ env.GEO_CONT_NAME }} -e LICENSE_SERVER=${{ env.ANSRV_GEO_LICENSE_SERVER }} -p ${{ env.ANSRV_GEO_PORT }}:50051 ${{ env.ANSRV_GEO_IMAGE_DOCS_TAG }}
346346
347347
- name: Run Ansys documentation building action
348-
uses: ansys/actions/doc-build@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
348+
uses: ansys/actions/doc-build@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
349349
with:
350350
python-version: ${{ env.MAIN_PYTHON_VERSION }}
351351
add-pdf-html-docs-as-assets: true
@@ -405,7 +405,7 @@ jobs:
405405

406406
- name: Login in Github Container registry
407407
if: env.SKIP_UNSTABLE == 'false'
408-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
408+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
409409
with:
410410
registry: ghcr.io
411411
username: ${{ github.actor }}
@@ -423,15 +423,15 @@ jobs:
423423

424424
- name: Restore images cache
425425
if: env.SKIP_UNSTABLE == 'false'
426-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
426+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
427427
with:
428428
path: tests/integration/image_cache
429429
key: pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
430430
restore-keys: pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
431431

432432
- name: Run pytest
433433
if: env.SKIP_UNSTABLE == 'false'
434-
uses: ansys/actions/tests-pytest@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
434+
uses: ansys/actions/tests-pytest@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
435435
env:
436436
ALLOW_PLOTTING: true
437437
with:
@@ -488,7 +488,7 @@ jobs:
488488
uses: pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
489489

490490
- name: Login in Github Container registry
491-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
491+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
492492
with:
493493
registry: ghcr.io
494494
username: ${{ github.actor }}
@@ -540,7 +540,7 @@ jobs:
540540
uses: pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
541541

542542
- name: Login in Github Container registry
543-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
543+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
544544
with:
545545
registry: ghcr.io
546546
username: ${{ github.actor }}
@@ -589,7 +589,7 @@ jobs:
589589
python-version: ['3.10', '3.13']
590590
steps:
591591
- name: Login in Github Container registry
592-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
592+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
593593
with:
594594
registry: ghcr.io
595595
username: ${{ github.actor }}
@@ -639,7 +639,7 @@ jobs:
639639
id-token: write
640640
steps:
641641
- name: Build library source and wheel artifacts
642-
uses: ansys/actions/build-library@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
642+
uses: ansys/actions/build-library@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
643643
with:
644644
library-name: ${{ env.PACKAGE_NAME }}
645645
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -745,7 +745,7 @@ jobs:
745745
python-version: ${{ env.MAIN_PYTHON_VERSION }}
746746

747747
- name: Download Windows binaries for ${{ matrix.mode }}
748-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
748+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
749749
with:
750750
name: ${{ matrix.zip-file }}
751751
path: docker/${{ matrix.zip-file }}
@@ -768,7 +768,7 @@ jobs:
768768
pip install -e .[tests]
769769
770770
- name: Restore images cache
771-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
771+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
772772
with:
773773
path: .\tests\integration\image_cache
774774
key: pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
@@ -841,7 +841,7 @@ jobs:
841841
uses: pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
842842

843843
- name: Download Linux binaries
844-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
844+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
845845
with:
846846
name: linux-core-binaries.zip
847847
path: docker/linux-core-binaries.zip
@@ -862,14 +862,14 @@ jobs:
862862
python -c "from ansys.geometry.core.connection.validate import validate; validate()"
863863
864864
- name: Restore images cache
865-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
865+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
866866
with:
867867
path: .\tests\integration\image_cache
868868
key: pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
869869
restore-keys: pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
870870

871871
- name: Run pytest
872-
uses: ansys/actions/tests-pytest@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
872+
uses: ansys/actions/tests-pytest@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
873873
env:
874874
ALLOW_PLOTTING: true
875875
with:
@@ -910,7 +910,7 @@ jobs:
910910
contents: write
911911
steps:
912912
- name: Release to GitHub
913-
uses: ansys/actions/release-github@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
913+
uses: ansys/actions/release-github@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
914914
with:
915915
token: ${{ secrets.GITHUB_TOKEN }}
916916
library-name: ${{ env.PACKAGE_NAME }}
@@ -930,7 +930,7 @@ jobs:
930930
contents: write
931931
steps:
932932
- name: "Download the library artifacts from build-library step"
933-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
933+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
934934
with:
935935
name: ${{ env.PACKAGE_NAME }}-artifacts
936936
path: ${{ env.PACKAGE_NAME }}-artifacts
@@ -950,7 +950,7 @@ jobs:
950950
needs: [package]
951951
steps:
952952
- name: Deploy the latest documentation
953-
uses: ansys/actions/doc-deploy-dev@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
953+
uses: ansys/actions/doc-deploy-dev@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
954954
with:
955955
cname: ${{ env.DOCUMENTATION_CNAME }}
956956
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -964,7 +964,7 @@ jobs:
964964
needs: [release, release-pypi]
965965
steps:
966966
- name: Deploy the stable documentation
967-
uses: ansys/actions/doc-deploy-stable@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
967+
uses: ansys/actions/doc-deploy-stable@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
968968
with:
969969
cname: ${{ env.DOCUMENTATION_CNAME }}
970970
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -981,7 +981,7 @@ jobs:
981981
pull-requests: write
982982
steps:
983983
- name: Automerge PRs
984-
uses: ansys/actions/hk-automerge-prs@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
984+
uses: ansys/actions/hk-automerge-prs@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
985985
with:
986986
approver: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
987987
approver-token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323

2424
- name: Initialize CodeQL
25-
uses: github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
25+
uses: github/codeql-action/init@a4e1a019f5e24960714ff6296aee04b736cbc3cf # v3.29.6
2626
with:
2727
languages: 'python'
2828
config-file: ./.github/codeql-config.yml
2929

3030
- name: Autobuild
31-
uses: github/codeql-action/autobuild@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
31+
uses: github/codeql-action/autobuild@a4e1a019f5e24960714ff6296aee04b736cbc3cf # v3.29.6
3232

3333
# If the Autobuild fails above, remove it and uncomment the following three lines.
3434
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
@@ -38,6 +38,6 @@ jobs:
3838
# ./location_of_script_within_repo/buildscript.sh
3939

4040
- name: Perform CodeQL Analysis
41-
uses: github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
41+
uses: github/codeql-action/analyze@a4e1a019f5e24960714ff6296aee04b736cbc3cf # v3.29.6
4242
with:
4343
category: "/language:python"

.github/workflows/docker_ansyslab_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
labels: [Linux, pygeometry]
2424
steps:
2525
- name: Login in Github Container registry
26-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
26+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.actor }}
@@ -33,7 +33,7 @@ jobs:
3333
run: docker pull ${{ env.LINUX_STABLE_GHCR }}
3434

3535
- name: Login in AnsysLab registry
36-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
36+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
3737
with:
3838
registry: azwepsifujiaksacr.azurecr.io
3939
username: ${{ secrets.FUJI_USER }}

.github/workflows/docker_ansyslab_windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
labels: [Windows, pygeometry]
2424
steps:
2525
- name: Login in Github Container registry
26-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
26+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.actor }}
@@ -33,7 +33,7 @@ jobs:
3333
run: docker pull ${{ env.WINDOWS_STABLE_GHCR }}
3434

3535
- name: Login in AnsysLab registry
36-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
36+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
3737
with:
3838
registry: azwepsifujiaksacr.azurecr.io
3939
username: ${{ secrets.FUJI_USER }}

.github/workflows/docker_cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323

2424
- name: "Perform versions cleanup - except certain tags"
25-
uses: ansys/actions/hk-package-clean-except@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
25+
uses: ansys/actions/hk-package-clean-except@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
2626
with:
2727
package-name: 'geometry'
2828
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
pull-requests: write
107107
runs-on: ubuntu-latest
108108
steps:
109-
- uses: ansys/actions/doc-changelog@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
109+
- uses: ansys/actions/doc-changelog@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
110110
with:
111111
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
112112
use-conventional-commits: true

.github/workflows/nightly_docker_test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
service-name: "Linux Core Service"
5858
steps:
5959
- name: Login to GitHub Container Registry
60-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
60+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
6161
with:
6262
registry: ghcr.io
6363
username: ${{ github.actor }}
@@ -118,7 +118,7 @@ jobs:
118118
pip install .[tests]
119119
120120
- name: Login to GitHub Container Registry
121-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
121+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
122122
with:
123123
registry: ghcr.io
124124
username: ${{ github.actor }}
@@ -205,7 +205,7 @@ jobs:
205205

206206
steps:
207207
- name: Login in Github Container registry
208-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
208+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
209209
with:
210210
registry: ghcr.io
211211
username: ${{ github.actor }}
@@ -220,7 +220,7 @@ jobs:
220220
uses: pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
221221

222222
- name: Run pytest
223-
uses: ansys/actions/tests-pytest@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
223+
uses: ansys/actions/tests-pytest@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
224224
env:
225225
ALLOW_PLOTTING: true
226226
with:
@@ -270,7 +270,7 @@ jobs:
270270
WINDOWS_STABLE_GHCR: ghcr.io/ansys/geometry:core-windows-latest
271271
steps:
272272
- name: Login in Github Container registry
273-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
273+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
274274
with:
275275
registry: ghcr.io
276276
username: ${{ github.actor }}
@@ -295,7 +295,7 @@ jobs:
295295
LINUX_STABLE_GHCR: ghcr.io/ansys/geometry:core-linux-latest
296296
steps:
297297
- name: Login in Github Container registry
298-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
298+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
299299
with:
300300
registry: ghcr.io
301301
username: ${{ github.actor }}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump the actions group across 1 directory with 5 updates

0 commit comments

Comments
 (0)