Skip to content

Commit

Permalink
Merge pull request #11 from joergi/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4.2.2

Bump actions/checkout from 4.2.1 to 4.2.2
  • Loading branch information
joergi authored Nov 5, 2024
2 parents 2f271ac + fbf421e commit f6dcaec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: find_branch_name
id: find_branch_name
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
read-secrets-from-vault-bash-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: install vault-cli
run: |
sudo apt-get update && sudo apt-get install gpg wget gnome-keyring dbus-x11 libsecret-tools
Expand Down

0 comments on commit f6dcaec

Please sign in to comment.