Skip to content

Commit

Permalink
Merge pull request #23 from hectorm/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4.1.3

Bump actions/checkout from 4.1.2 to 4.1.3
  • Loading branch information
hectorm authored Apr 22, 2024
2 parents f50df9e + 2efcefa commit 6b4a888
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 6b4a888

Please sign in to comment.