Skip to content

Commit 5d2b34d

Browse files
authored
Update version to v1.0.4 (#441)
* Revert change to actions/checkout * Updating version to 1.0.4
1 parent e569189 commit 5d2b34d

File tree

6 files changed

+137
-143
lines changed

6 files changed

+137
-143
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ on:
1717
workflow_dispatch:
1818
repository_dispatch:
1919
types: [dependabot-dist-updated]
20+
2021
jobs:
2122
check-dist:
2223
runs-on: ubuntu-latest
2324

2425
steps:
2526
- uses: actions/checkout@v5
26-
with:
27-
ref: ${{ github.event.pull_request.head.ref || github.event.client_payload.pr }}
2827

2928
- name: Set Node.js 20.x
3029
uses: actions/setup-node@v6

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
steps:
4242
- name: Checkout repository
4343
uses: actions/checkout@v5
44-
with:
45-
ref: ${{ github.event.pull_request.head.ref || github.event.client_payload.pr }}
4644

4745
# Initializes the CodeQL tools for scanning.
4846
- name: Initialize CodeQL

.github/workflows/patch-dependabot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
steps:
1818
- name: Checkout code
1919
uses: actions/checkout@v5
20-
with:
21-
ref: ${{ github.head_ref }}
2220

2321
- name: Set up Node
2422
uses: actions/setup-node@v6

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
2929
runs-on: ${{ matrix.os }}
3030
steps:
3131
- uses: actions/checkout@v5
32-
with:
33-
ref: ${{ github.event.pull_request.head.ref || github.event.client_payload.pr }}
32+
3433
- uses: ./
3534
with:
3635
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)