Skip to content

Commit

Permalink
Merge pull request #5 from devops-ia/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
ialejandro authored Aug 6, 2024
2 parents 083a52e + 81d6aff commit 2e68a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Log in to Docker Hub
uses: docker/login-action@v2
Expand Down

0 comments on commit 2e68a60

Please sign in to comment.