Skip to content

Commit

Permalink
Merge pull request #110 from gliderlabs/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

chore(deps): bump actions/checkout from 2 to 4
  • Loading branch information
josegonzalez authored May 19, 2024
2 parents b677ffb + ed568db commit 60cb182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: make version
run: |
make version .env.docker
Expand Down

0 comments on commit 60cb182

Please sign in to comment.