Skip to content

Commit

Permalink
update actions/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Stassi committed Nov 3, 2024
1 parent a76e3bc commit c17410d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Repository checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: Node.js setup
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Repository checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: Node.js setup ${{ matrix.node-version }}
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Repository checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: Node.js setup
uses: actions/[email protected]
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

steps:
- name: Repository checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: Node.js setup
uses: actions/[email protected]
Expand Down

0 comments on commit c17410d

Please sign in to comment.