Skip to content

Commit

Permalink
Update actions/checkout action to v4.2.2 (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent f295197 commit a65526d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Set up Docker Buildx
id: builder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: main

Expand Down

0 comments on commit a65526d

Please sign in to comment.