Skip to content

Commit 5dc2edd

Browse files
authored
Merge branch 'main' into chore/fix-release-note-update-step
2 parents 4c70ae9 + 14ed5a5 commit 5dc2edd

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.devcontainer/cpp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:24.04@sha256:440dcf6a5640b2ae5c77724e68787a906afb8ddee98bf86db94eea8528c2c076
1+
FROM ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061
22

33
ARG BATS_VERSION=1.11.0
44
ARG CCACHE_VERSION=4.11

.devcontainer/rust/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:24.04@sha256:440dcf6a5640b2ae5c77724e68787a906afb8ddee98bf86db94eea8528c2c076
1+
FROM ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061
22

33
ARG BATS_VERSION=1.11.0
44
ARG CARGO_BINSTALL_VERSION=1.12.2

.github/workflows/social-interaction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
egress-policy: block
2424
allowed-endpoints: >
2525
api.github.com:443
26-
- uses: actions/first-interaction@34f15e814fe48ac9312ccf29db4e74fa767cbab7 # v1.3.0
26+
- uses: actions/first-interaction@2d4393e6bc0e2efb2e48fba7e06819c3bf61ffc9 # v2.0.0
2727
continue-on-error: true
2828
with:
2929
repo-token: ${{ secrets.GITHUB_TOKEN }}

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"devDependencies": {
55
"@playwright/test": "^1.54.1",
6-
"@types/node": "^24.0.13",
6+
"@types/node": "^24.0.15",
77
"dotenv": "^17.2.0",
88
"nodemon": "^3.1.10",
99
"otpauth": "^9.4.0",

0 commit comments

Comments
 (0)