Skip to content

Commit 685e7e0

Browse files
chore(deps): update all non-major dependencies
1 parent bfa4e1b commit 685e7e0

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
version: ${{ steps.tag-version.outputs.tagVersion }}
9090
- name: Create Release
9191
id: create-release
92-
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
92+
uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2
9393
with:
9494
name: ${{ steps.tag-version.outputs.tagVersion }}
9595
tag_name: ${{ steps.tag-version.outputs.tagVersion }}

.github/workflows/integration-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: npm run build || true # we currently have type errors so just ignore that
7070

7171
- name: Upload build artifacts
72-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
72+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7373
with:
7474
name: harper-build-artifacts-node-${{ matrix.node-version }}
7575
path: |
@@ -123,7 +123,7 @@ jobs:
123123
124124
- name: Upload Harper server logs
125125
if: failure()
126-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
126+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
127127
with:
128128
name: harper-server-logs-node-${{ matrix.node-version }}-shard-${{ matrix.shard }}
129129
path: /tmp/harper-integration-test-logs/

.github/workflows/publish-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
digest="${{ steps.build.outputs.digest }}"
5757
touch "/tmp/digests/${digest#sha256:}"
5858
- name: Upload digest
59-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
59+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6060
with:
6161
name: digest-node${{ matrix.node-version }}-${{ matrix.platform == 'linux/amd64' && 'amd64' || 'arm64' }}
6262
path: /tmp/digests/*

.github/workflows/sync-core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: npm run core:sync
2727

2828
- name: Create Pull Request
29-
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
29+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
3030
with:
3131
token: ${{ secrets.GITHUB_TOKEN }}
3232
commit-message: 'feat: Sync Core'

0 commit comments

Comments
 (0)