Skip to content

Commit

Permalink
common: update actions/checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksana Salyk committed Jan 31, 2025
1 parent e285cda commit 98b75ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scan_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone the git repo
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@v4.2.2

- name: Pull the image
run: cd $WORKDIR && ./pull-or-rebuild-image.sh
Expand Down

0 comments on commit 98b75ff

Please sign in to comment.