Skip to content

Commit 77d8d3c

Browse files
chore(deps): bump the github-actions group across 1 directory with 6 updates
Bumps the github-actions group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `4.0.2` | `6.1.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `7.0.0` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.3.0` | `8.0.1` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.5.0` | `2.6.1` | | [actions/cache](https://github.com/actions/cache) | `5.0.3` | `5.0.4` | | [schneegans/dynamic-badges-action](https://github.com/schneegans/dynamic-badges-action) | `1.7.0` | `1.8.0` | Updates `aws-actions/configure-aws-credentials` from 4.0.2 to 6.1.0 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@e3dd6a4...ec61189) Updates `actions/upload-artifact` from 4.6.2 to 7.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.2...043fb46) Updates `actions/download-artifact` from 4.3.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.3.0...3e5f45b) Updates `softprops/action-gh-release` from 2.5.0 to 2.6.1 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@a06a81a...b430933) Updates `actions/cache` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@cdf6c1f...27d5ce7) Updates `schneegans/dynamic-badges-action` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/schneegans/dynamic-badges-action/releases) - [Changelog](https://github.com/Schneegans/dynamic-badges-action/blob/master/changelog.md) - [Commits](Schneegans/dynamic-badges-action@e9a478b...0e50b8b) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: schneegans/dynamic-badges-action dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f4d0201 commit 77d8d3c

6 files changed

+19
-19
lines changed

.github/workflows/tidy3d-extras-python-client-tests-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
run: python -m pip install --upgrade uv
102102

103103
- name: configure-aws-credentials
104-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
104+
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
105105
with:
106106
aws-access-key-id: ${{ secrets.AWS_CODEARTIFACT_ACCESS_KEY }}
107107
aws-secret-access-key: ${{ secrets.AWS_CODEARTIFACT_ACCESS_SECRET }}
@@ -230,7 +230,7 @@ jobs:
230230
run: python -m pip install --upgrade uv
231231

232232
- name: configure-aws-credentials
233-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
233+
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
234234
with:
235235
aws-access-key-id: ${{ secrets.AWS_CODEARTIFACT_ACCESS_KEY }}
236236
aws-secret-access-key: ${{ secrets.AWS_CODEARTIFACT_ACCESS_SECRET }}

.github/workflows/tidy3d-python-client-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
echo "Package built successfully"
114114
115115
- name: upload-artifacts
116-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
116+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
117117
with:
118118
name: dist-${{ needs.validate-inputs.outputs.release_tag }}
119119
path: dist/
@@ -126,7 +126,7 @@ jobs:
126126
runs-on: ubuntu-latest
127127
steps:
128128
- name: download-artifacts
129-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
129+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
130130
with:
131131
name: dist-${{ needs.validate-inputs.outputs.release_tag }}
132132
path: dist/
@@ -165,7 +165,7 @@ jobs:
165165
runs-on: ubuntu-latest
166166
steps:
167167
- name: download-artifacts
168-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
168+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
169169
with:
170170
name: dist-${{ needs.validate-inputs.outputs.release_tag }}
171171
path: dist/

.github/workflows/tidy3d-python-client-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ jobs:
461461
persist-credentials: false
462462

463463
- name: create-github-release
464-
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
464+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
465465
with:
466466
tag_name: ${{ env.RELEASE_TAG }}
467467
generate_release_notes: true

.github/workflows/tidy3d-python-client-tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ jobs:
342342
- name: restore-testmon-cache
343343
id: testmon-cache-restore
344344
if: needs.determine-test-scope.outputs.test_selection == 'testmon' || github.event_name == 'merge_group'
345-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
345+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
346346
with:
347347
path: .testmondata
348348
key: testmon-local-${{ steps.testmon-cache-key.outputs.cache_layout }}-${{ runner.os }}-py${{ matrix.python-version }}-${{ steps.testmon-cache-key.outputs.default_branch }}-${{ steps.testmon-cache-key.outputs.dep_hash }}-${{ steps.testmon-cache-key.outputs.cache_sha }}
@@ -455,7 +455,7 @@ jobs:
455455
456456
- name: upload-testmon-cache-candidate
457457
if: success() && github.event_name == 'merge_group' && hashFiles('.testmondata') != ''
458-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
458+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
459459
with:
460460
name: testmon-cache-candidate-local-${{ runner.os }}-py${{ matrix.python-version }}-${{ github.run_id }}-${{ github.run_attempt }}
461461
path: ${{ runner.temp }}/testmon-cache-candidate-local-py${{ matrix.python-version }}
@@ -464,7 +464,7 @@ jobs:
464464

465465
- name: save-testmon-cache
466466
if: success() && github.event_name == 'merge_group' && steps.testmon-cache-restore.outputs.cache-hit != 'true' && hashFiles('.testmondata') != ''
467-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
467+
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
468468
with:
469469
path: .testmondata
470470
key: testmon-local-${{ steps.testmon-cache-key.outputs.cache_layout }}-${{ runner.os }}-py${{ matrix.python-version }}-${{ steps.testmon-cache-key.outputs.default_branch }}-${{ steps.testmon-cache-key.outputs.dep_hash }}-${{ steps.testmon-cache-key.outputs.cache_sha }}
@@ -609,7 +609,7 @@ jobs:
609609
- name: restore-testmon-cache
610610
id: testmon-cache-restore
611611
if: needs.determine-test-scope.outputs.test_selection == 'testmon' || github.event_name == 'merge_group'
612-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
612+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
613613
with:
614614
path: .testmondata
615615
key: testmon-remote-${{ steps.testmon-cache-key.outputs.cache_layout }}-${{ matrix.platform }}-py${{ matrix.python-version }}-${{ steps.testmon-cache-key.outputs.default_branch }}-${{ steps.testmon-cache-key.outputs.dep_hash }}-${{ steps.testmon-cache-key.outputs.cache_sha }}
@@ -725,7 +725,7 @@ jobs:
725725
726726
- name: upload-testmon-cache-candidate
727727
if: success() && github.event_name == 'merge_group' && hashFiles('.testmondata') != ''
728-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
728+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
729729
with:
730730
name: testmon-cache-candidate-remote-${{ matrix.platform }}-py${{ matrix.python-version }}-${{ github.run_id }}-${{ github.run_attempt }}
731731
path: ${{ runner.temp }}/testmon-cache-candidate-remote-${{ matrix.platform }}-py${{ matrix.python-version }}
@@ -734,15 +734,15 @@ jobs:
734734

735735
- name: save-testmon-cache
736736
if: success() && github.event_name == 'merge_group' && steps.testmon-cache-restore.outputs.cache-hit != 'true' && hashFiles('.testmondata') != ''
737-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
737+
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
738738
with:
739739
path: .testmondata
740740
key: testmon-remote-${{ steps.testmon-cache-key.outputs.cache_layout }}-${{ matrix.platform }}-py${{ matrix.python-version }}-${{ steps.testmon-cache-key.outputs.default_branch }}-${{ steps.testmon-cache-key.outputs.dep_hash }}-${{ steps.testmon-cache-key.outputs.cache_sha }}
741741

742742
- name: create-badge
743743
if: ${{ github.ref == 'refs/heads/develop' }}
744744
# https://gist.githubusercontent.com/nedbat/8c6980f77988a327348f9b02bbaf67f5
745-
uses: schneegans/dynamic-badges-action@e9a478b16159b4d31420099ba146cdc50f134483 # v1.7.0
745+
uses: schneegans/dynamic-badges-action@0e50b8bad39e7e1afd3e4e9c2b7dd145fad07501 # v1.8.0
746746
with:
747747
auth: ${{ secrets.GH_TIDY3D_COVERAGE_GIST }}
748748
gistID: 4702549574741e87deaadba436218ebd

.github/workflows/tidy3d-python-client-update-lockfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
virtualenvs-in-project: true
6060

6161
- name: Configure AWS credentials
62-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
62+
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
6363
with:
6464
aws-access-key-id: ${{ secrets.AWS_CODEARTIFACT_ACCESS_KEY }}
6565
aws-secret-access-key: ${{ secrets.AWS_CODEARTIFACT_ACCESS_SECRET }}

.github/workflows/tidy3d-testmon-cache-promote.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
echo "source_run_id=$source_run_id" >> "$GITHUB_OUTPUT"
8888
8989
- name: download-cache-candidate-artifacts-source-run
90-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
90+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
9191
with:
9292
github-token: ${{ github.token }}
9393
repository: ${{ github.repository }}
@@ -191,7 +191,7 @@ jobs:
191191
candidate: ${{ fromJson(needs.discover-cache-candidates.outputs.candidates || '[]') }}
192192
steps:
193193
- name: download-cache-candidate
194-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
194+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
195195
with:
196196
github-token: ${{ github.token }}
197197
repository: ${{ github.repository }}
@@ -231,15 +231,15 @@ jobs:
231231

232232
- name: lookup-existing-cache
233233
id: cache-lookup
234-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
234+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
235235
with:
236236
path: .testmondata
237237
key: ${{ matrix.candidate.cache_key }}
238238
lookup-only: true
239239

240240
- name: save-promoted-testmon-cache
241241
if: steps.cache-lookup.outputs.cache-hit != 'true'
242-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
242+
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
243243
with:
244244
path: .testmondata
245245
key: ${{ matrix.candidate.cache_key }}
@@ -252,7 +252,7 @@ jobs:
252252

253253
- name: verify-promoted-cache-lookup
254254
id: verify-cache-lookup
255-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
255+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
256256
with:
257257
path: .testmondata
258258
key: ${{ matrix.candidate.cache_key }}

0 commit comments

Comments
 (0)