Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
python-version: ${{ env.python-version }}
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
python-version: ${{ env.python-version }}
- name: checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: set matrix
id: matrix
run: |
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
with:
python-version: ${{ env.python-version }}
- name: checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: setup .NET
# NOTE(rkm 2022-02-20) Uses global.json
uses: actions/setup-dotnet@v4.3.1
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
if: ${{ matrix.os == 'linux' }}
run: sudo apt-get install -y libeatmydata1
- name: checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Setup Java JDK
uses: actions/setup-java@v4.7.1
with:
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
- name: "[linux] enable disk caching"
run: sudo apt-get install -y libeatmydata1
- name: checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: download artifacts
uses: actions/download-artifact@v4
with:
Expand Down
Loading