Skip to content

Commit

Permalink
Updated GitHub Actions to use hardcoded versions
Browse files Browse the repository at this point in the history
  • Loading branch information
latenitefilms committed Sep 6, 2024
1 parent 116bf7c commit 9ca924a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/retype-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@latest
uses: actions/checkout@v4.1.7

- name: Set up Node.js
uses: actions/setup-node@latest
uses: actions/setup-node@v4.0.3
with:
node-version: 20

Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
echo "Completed commit step."
- name: Archive production artifacts
uses: actions/upload-artifact@latest
uses: actions/upload-artifact@v4.4.0
with:
name: docs
path: docs/
Expand All @@ -129,7 +129,7 @@ jobs:

steps:
- name: Download updated docs
uses: actions/download-artifact@latest
uses: actions/download-artifact@v4.1.8
with:
name: docs
path: docs/
Expand Down

0 comments on commit 9ca924a

Please sign in to comment.