Skip to content

Commit

Permalink
Update workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
ElisDN committed Jan 15, 2024
1 parent efd16b4 commit b9b80e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Cache vendors
uses: actions/cache@v2
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
needs: build

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install SSH key
uses: shimataro/ssh-key-action@v2
Expand Down

0 comments on commit b9b80e3

Please sign in to comment.