Skip to content

Commit ebb524d

Browse files
1 parent 33bf815 commit ebb524d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/GitHub.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
TERRAFORM_TELEMETRY: 0
5252

5353
steps:
54-
- uses: pozil/auto-assign-issue@v2.0.0
54+
- uses: pozil/auto-assign-issue@v2.1.2
5555
with:
5656
repo-token: ${{ secrets.GITHUB_TOKEN }}
5757
assignees: NikolaRHristov

.github/workflows/NPM.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
id-token: write
5757

5858
steps:
59-
- uses: actions/[email protected].1
59+
- uses: actions/[email protected].2
6060

6161
- uses: actions/[email protected]
6262
with:

.github/workflows/Node.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
node-version: [18, 19, 20]
5959

6060
steps:
61-
- uses: actions/[email protected].1
61+
- uses: actions/[email protected].2
6262

6363
- uses: pnpm/[email protected]
6464
with:
@@ -87,7 +87,7 @@ jobs:
8787
- run: pnpm run prepublishOnly
8888
working-directory: .
8989

90-
- uses: actions/upload-artifact@v4.5.0
90+
- uses: actions/upload-artifact@v4.6.0
9191
with:
9292
name: .-Node-${{ matrix.node-version }}-Target
9393
path: ./Target

.github/workflows/Rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
toolchain: ["stable", "nightly"]
5757

5858
steps:
59-
- uses: actions/[email protected].1
59+
- uses: actions/[email protected].2
6060

6161
- uses: actions-rs/[email protected]
6262
with:

0 commit comments

Comments
 (0)