Skip to content

Commit

Permalink
Update actions/checkout action to v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 25, 2024
1 parent bb7271b commit 33cc633
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
- name: Install apt dependencies
run: sudo ./ci/apt-install
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/licenses-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4
with:
submodules: true
- uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schema-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
persist-credentials: false

Expand Down

0 comments on commit 33cc633

Please sign in to comment.