Skip to content

Commit

Permalink
Merge pull request com-pas#326 from com-pas/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4.1.4

chore(deps): bump actions/checkout from 4.1.3 to 4.1.4
  • Loading branch information
juancho0202 authored Apr 25, 2024
2 parents 80c4bf1 + f83b011 commit 22a5385
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].3
uses: actions/[email protected].4

- name: Cache Docker Register
if: ${{ github.event_name == 'pull_request' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].3
uses: actions/[email protected].4

- name: Cache Docker Register
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].3
uses: actions/[email protected].4

- name: Use Node.js 18.x
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].3
uses: actions/[email protected].4

- name: Use Node.js 18.x
uses: actions/setup-node@v4
Expand Down

0 comments on commit 22a5385

Please sign in to comment.