Skip to content

Commit

Permalink
checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff.dean committed Jul 19, 2024
1 parent f90294a commit 1fefba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
mysql: ['5.7', '8.0']
steps:
- name: Set Up Actions
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install GEOS
run: sudo apt-get install libgeos-dev
- name: Set Up Ruby
Expand Down

0 comments on commit 1fefba2

Please sign in to comment.