Skip to content

Commit

Permalink
Merge pull request #82 from LayerXcom/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
chore(deps): Update actions/checkout action to v4
  • Loading branch information
itkq authored Apr 30, 2024
2 parents 8ab1a87 + 1a23368 commit ee6c259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4

- name: Setup go
uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2.2.0
Expand Down

0 comments on commit ee6c259

Please sign in to comment.