Skip to content

Commit

Permalink
Bump 2 -> 4 of actions/checkout in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
massimoschembri committed Jan 3, 2024
1 parent f574ace commit 62aa21b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-local-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Test local action without fixed version
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Test local action
id: local-action
uses: ./
Expand All @@ -25,7 +25,7 @@ jobs:
name: Test local action with fixed version
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Test local action
id: local-action
uses: ./
Expand All @@ -45,7 +45,7 @@ jobs:
name: Test local action with upstream_remove_files set
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Test local action
id: local-action
uses: ./
Expand Down

0 comments on commit 62aa21b

Please sign in to comment.