We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b060faf + c044e5a commit 7a6bd69Copy full SHA for 7a6bd69
.github/workflows/codeql.yml
@@ -40,7 +40,7 @@ jobs:
40
41
steps:
42
- name: Checkout repository
43
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
44
45
# Initializes the CodeQL tools for scanning.
46
- name: Initialize CodeQL
.github/workflows/golangci-lint.yaml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
sudo apt-get --allow-releaseinfo-change update
26
sudo apt-get install -y libgtk-3-dev libasound2-dev libxxf86vm-dev
27
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
28
- name: golangci-lint
29
uses: golangci/golangci-lint-action@v3.4.0
30
with:
0 commit comments