Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to 6b42224
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent 615193a commit af4139d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
changed_dirs: ${{ steps.filter_config_directories.outputs.changed_dirs }}
steps:
- name: "Checkout repository"
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
uses: actions/checkout@6b42224f41ee5dfe5395e27c8b2746f1f9955030
- name: "Calculate changed files directories"
id: calculate_changed_files
uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
changed_dir: ${{ fromJSON(needs.calculate-images-to-build.outputs.changed_dirs ) }}
steps:
- name: Checkout repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
uses: actions/checkout@6b42224f41ee5dfe5395e27c8b2746f1f9955030
- name: Log in to the Container Registry
uses: docker/login-action@29df2a9f8c71c2dfe7db598180a0460355ec1c00
with:
Expand Down

0 comments on commit af4139d

Please sign in to comment.