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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
# Checkout code
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

# Configure runner environment
- name: Set up runner environment
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
steps:
# Checkout code
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

# Configure runner environment
- name: Set up runner environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
# Checkout code
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

# Prepare runner environment
- name: Set up runner environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
# Checkout code
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
# This is required for the changelog to be properly generated
with:
fetch-depth: 0
Expand Down
Loading