Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.1 to 4.1.2
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@b4ffde6...9bb5618)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 86312b5 commit 6c426b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
language: ['python']
steps:
- name: 'Checkout'
uses: 'actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11'
uses: 'actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633'
- name: 'Initialize CodeQL'
uses: 'github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a'
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
steps:
- name: 'Checkout'
uses: 'actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11'
uses: 'actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633'
- name: 'Use Python ${{ matrix.python_version }}'
uses: 'actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c'
with:
Expand All @@ -52,7 +52,7 @@ jobs:
packages: 'write'
steps:
- name: 'Checkout'
uses: 'actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11'
uses: 'actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633'
- name: 'Set up QEMU'
uses: 'docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3'
- name: 'Set up Docker Buildx'
Expand Down

0 comments on commit 6c426b1

Please sign in to comment.