Skip to content

Commit 7a6bd69

Browse files
authored
Merge pull request #26 from gucio321/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 3 to 4
2 parents b060faf + c044e5a commit 7a6bd69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Checkout repository
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL

.github/workflows/golangci-lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
sudo apt-get --allow-releaseinfo-change update
2626
sudo apt-get install -y libgtk-3-dev libasound2-dev libxxf86vm-dev
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
- name: golangci-lint
2929
uses: golangci/golangci-lint-action@v3.4.0
3030
with:

0 commit comments

Comments
 (0)