Skip to content

Commit

Permalink
EBP-567: Updated checkout action in GHA to v4 to try and fix automati…
Browse files Browse the repository at this point in the history
…on issue.
  • Loading branch information
TrentDaniel committed Feb 19, 2025
1 parent 9266419 commit bd2844c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
#Steps for the compatiblity test
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Go Environment
uses: actions/setup-go@v4
with:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Compose
uses: ndeloof/[email protected]
with:
Expand Down

0 comments on commit bd2844c

Please sign in to comment.