Skip to content

Commit

Permalink
Update GH action versions (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardDrummer committed Sep 18, 2024
1 parent 52f0e0a commit 681135a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Prepare: Checkout Repository"
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: "Install Node.js"
uses: actions/setup-node@v3

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: "Prepare: Checkout Repository"
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: "Prepare: Use Node.js ${{ matrix.node-version }}"
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -50,10 +50,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Prepare: Checkout Repository"
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: "Prepare: Get Build Artifact"
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: package
path: dist/
Expand Down Expand Up @@ -107,15 +107,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Prepare: Checkout Repository"
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: "Prepare: Use Node.js ${{ matrix.node-version }}"
uses: actions/setup-node@v1
with:
node-version: v12.x

- name: "Prepare: Get Build Artifact"
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: package
path: dist/
Expand Down

0 comments on commit 681135a

Please sign in to comment.