Skip to content

Commit

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

---
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 Apr 22, 2024
1 parent f50df9e commit 2efcefa
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@9bb56186c3b09b4f86b1c65136769dd318469633'
uses: 'actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f'
- 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@9bb56186c3b09b4f86b1c65136769dd318469633'
uses: 'actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f'
- name: 'Use Python ${{ matrix.python_version }}'
uses: 'actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d'
with:
Expand All @@ -52,7 +52,7 @@ jobs:
packages: 'write'
steps:
- name: 'Checkout'
uses: 'actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633'
uses: 'actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f'
- name: 'Set up QEMU'
uses: 'docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3'
- name: 'Set up Docker Buildx'
Expand Down

0 comments on commit 2efcefa

Please sign in to comment.