Skip to content

Commit

Permalink
Merge pull request #5 from NovoG93/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
NovoG93 authored Nov 16, 2023
2 parents 0bc48a9 + 485ce83 commit 94bf653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
if: needs.build.outputs.build_step_outcome == 'success'
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit 94bf653

Please sign in to comment.