aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2023-01-16 19:50:13 +0000
committerGravatar GitHub <[email protected]>2023-01-16 19:50:13 +0000
commit7eed87520edf233a7aa7e86dd5010210d361c1db (patch)
treed1ef56e166571c048158986ca8d35ecad35e7046 /.github
parentMerge pull request #840 from python-discord/dependabot/pip/pyfakefs-5.1.0 (diff)
parentBump actions/checkout from 2 to 3 (diff)
Merge pull request #842 from python-discord/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml2
-rw-r--r--.github/workflows/deploy.yaml2
-rw-r--r--.github/workflows/lint-test.yaml2
-rw-r--r--.github/workflows/sentry-release.yml2
-rw-r--r--.github/workflows/static-preview.yaml2
5 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index ab7321de..ebc3680a 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -23,7 +23,7 @@ jobs:
echo "::set-output name=tag::$tag"
- name: Checkout code
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
# The current version (v2) of Docker's build-push action uses
# buildx, which comes with BuildKit features that help us speed
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 57712dc7..b2665d08 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -26,7 +26,7 @@ jobs:
# deployment.yaml file using a GitHub Personal Access
# Token to get access.
- name: Checkout code
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: python-discord/kubernetes
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml
index f82e1d4f..a21f8282 100644
--- a/.github/workflows/lint-test.yaml
+++ b/.github/workflows/lint-test.yaml
@@ -13,7 +13,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Install Python Dependencies
uses: HassanAbouelela/actions/setup-python@setup-python_v1.3.1
diff --git a/.github/workflows/sentry-release.yml b/.github/workflows/sentry-release.yml
index a3df5b1a..6521c389 100644
--- a/.github/workflows/sentry-release.yml
+++ b/.github/workflows/sentry-release.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
- uses: actions/checkout@main
+ uses: actions/checkout@v3
- name: Create a Sentry.io release
uses: tclindner/[email protected]
env:
diff --git a/.github/workflows/static-preview.yaml b/.github/workflows/static-preview.yaml
index 52d7df5a..be94be25 100644
--- a/.github/workflows/static-preview.yaml
+++ b/.github/workflows/static-preview.yaml
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
# Create a commit SHA-based tag for the container repositories
- name: Create SHA Container Tag