Skip to content

Commit

Permalink
Merge pull request #143 from hectorm/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-all-1b8dc9df19

Bump the github-actions-all group with 2 updates
  • Loading branch information
hectorm authored Jan 16, 2025
2 parents 7ab868f + 956c87f commit 3e2076d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if (k.startsWith("ACTIONS_")) core.exportVariable(k, v);
}
- name: "Set up Docker Buildx"
uses: "docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349"
uses: "docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5"
- name: "Use Node.js lts/*"
uses: "actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af"
with:
Expand All @@ -53,7 +53,7 @@ jobs:
- name: "Lint"
run: "npm run lint"
- name: "Upload module artifact"
uses: "actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882"
uses: "actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b"
with:
name: "dist"
path: "./dist/"
Expand Down

0 comments on commit 3e2076d

Please sign in to comment.