Skip to content

Commit f1dea71

Browse files
authored
chore: Revert "chore(deps): pin dependencies" (#41)
1 parent ba175ef commit f1dea71

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Unit Tests
1818
runs-on: ubuntu-24.04
1919
steps:
20-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
20+
- uses: actions/checkout@v5
2121
- id: action
2222
uses: ./
2323
with:

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ runs:
8888
triggers: ${{ (github.event_name == 'pull_request' && inputs.triggers) || '' }}
8989
diff_branch: ${{ inputs.diff_branch }}
9090

91-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
91+
- uses: actions/checkout@v5
9292
with:
9393
fetch-depth: 0
9494
repository: ${{ inputs.repository }}
9595
ref: ${{ inputs.branch }}
9696

9797
# Setup Java and cache dir
98-
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
98+
- uses: actions/setup-java@v5
9999
with:
100100
cache: ${{ inputs.java-cache }}
101101
distribution: ${{ inputs.java-distribution }}
@@ -135,4 +135,4 @@ runs:
135135
# Fix - Clone for action.yml and other verifications
136136
- name: Checkout Action repo to pass tests
137137
if: always() && inputs.repository != github.repository
138-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
138+
uses: actions/checkout@v5

0 commit comments

Comments
 (0)