Skip to content

Commit

Permalink
Update GHA workflows to newer version of checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesir87 committed Nov 27, 2024
1 parent 48941f1 commit 8ae9dd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline-docker-cloud.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pipeline using Docker Cloud
name: Pipeline using Docker cloud services

on:
push: {}
Expand All @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pipeline-gha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 8ae9dd6

Please sign in to comment.