Skip to content

Commit

Permalink
chore: Bump actions/setup-node from 4.0.2 to 4.0.3 in the actions group
Browse files Browse the repository at this point in the history
Bumps the actions group with 1 update: [actions/setup-node](https://github.com/actions/setup-node).

Updates `actions/setup-node` from 4.0.2 to 4.0.3
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.2...v4.0.3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and halostatue committed Jul 29, 2024
1 parent 8faae31 commit 51eed3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- uses: pnpm/action-setup@v4

- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
node-version: 20.x
cache: pnpm
Expand Down
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
# OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.

name: 'Docker Image Update Checker'
description: |
GitHub Action to check if the base Docker image that your image is based on was updated
and your image needs to be updated. Note that this only checks the DockerHub registry.
name: 'Docker Hub Image Update Checker'
description: >
Check the Docker Hub registry if your target image requires update because a base image
was updated.
author: 'KineticCafe'
inputs:
base-image:
Expand Down

0 comments on commit 51eed3e

Please sign in to comment.