Skip to content

Commit

Permalink
Updated checkout version to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
NehaNaithani committed Feb 2, 2024
1 parent a261bfa commit f0257e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
packages: 'write'
name: Build
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v4
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
id-token: 'write'
packages: 'read'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Login to Github Container Registry
uses: docker/login-action@v2
with:
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
packages: 'write'
name: Publish Iofogctl Dev
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v4
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
packages: 'write'
name: Publish Iofogctl Prod
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v4
Expand Down

0 comments on commit f0257e3

Please sign in to comment.