Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and kenany committed May 21, 2024
1 parent 4c548dd commit 8fbbac2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: Setup Go
uses: actions/setup-go@v5.0.1
Expand All @@ -48,7 +48,7 @@ jobs:
working-directory: ./pangea-sdk/v3
steps:
- name: Checkout code
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: Setup Go
uses: actions/setup-go@v5.0.1
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
checks: write
steps:
- name: Checkout code
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: Setup Go
uses: actions/setup-go@v5.0.1
Expand Down

0 comments on commit 8fbbac2

Please sign in to comment.