Skip to content

Commit ea751a9

Browse files
committed
Update other Actions from v2 to v3
1 parent a2949f4 commit ea751a9

13 files changed

+14
-14
lines changed

.github/workflows/__debug-artifacts.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-custom-queries.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-custom-tracing-autobuild.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-custom-tracing.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/post-release-mergeback.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: echo "$GITHUB_CONTEXT"
3636

3737
- uses: actions/checkout@v3
38-
- uses: actions/setup-node@v2
38+
- uses: actions/setup-node@v3
3939

4040
- name: Update git config
4141
run: |

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
steps:
7676
- uses: actions/checkout@v3
7777
- name: Set up Python
78-
uses: actions/setup-python@v2
78+
uses: actions/setup-python@v3
7979
with:
8080
python-version: 3.8
8181
- name: Install dependencies
@@ -253,7 +253,7 @@ jobs:
253253
& $Env:CODEQL_RUNNER dotnet build /p:UseSharedCompilation=false
254254
255255
- name: Upload tracer logs
256-
uses: actions/upload-artifact@v2
256+
uses: actions/upload-artifact@v3
257257
with:
258258
name: tracer-logs
259259
path: ./codeql-runner/compound-build-tracer.log

.github/workflows/python-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
125125
- uses: actions/checkout@v3
126126

127-
- uses: actions/setup-python@v2
127+
- uses: actions/setup-python@v3
128128
with:
129129
python-version: ${{ matrix.python_version }}
130130

.github/workflows/update-release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: Set up Python
32-
uses: actions/setup-python@v2
32+
uses: actions/setup-python@v3
3333
with:
3434
python-version: 3.8
3535

.github/workflows/update-supported-enterprise-server-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Setup Python
16-
uses: actions/setup-python@v2
16+
uses: actions/setup-python@v3
1717
with:
1818
python-version: "3.7"
1919
- name: Checkout CodeQL Action

pr-checks/checks/debug-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
run: ./build.sh
1414
- uses: ./../action/analyze
1515
id: analysis
16-
- uses: actions/download-artifact@v2
16+
- uses: actions/download-artifact@v3
1717
with:
1818
name: my-debug-artifacts-${{ matrix.os }}-${{ matrix.version }}
1919
- shell: bash

0 commit comments

Comments
 (0)