Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Warner <me@adamwarner.co.uk>2022-10-09 22:03:10 +0300
committerGitHub <noreply@github.com>2022-10-09 22:03:10 +0300
commit4f3debcb5b50a899c9161a674c916d65edee3e8f (patch)
tree38b8ad573d6856a5f627e1ea33e15bdb3f23f0ee
parentfae1d13892aa2b958e934ce43ff81d3787753b5f (diff)
parent223ef72250b258b74eeb27228eb14579632831fa (diff)
Bump actions/checkout from 3.0.2 to 3.1.0 (#4964)
-rw-r--r--.github/workflows/codeql-analysis.yml2
-rw-r--r--.github/workflows/sync-back-to-dev.yml2
-rw-r--r--.github/workflows/test.yml4
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 2c844337..b0ebb90e 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -25,7 +25,7 @@ jobs:
steps:
-
name: Checkout repository
- uses: actions/checkout@v3.0.2
+ uses: actions/checkout@v3.1.0
# Initializes the CodeQL tools for scanning.
-
name: Initialize CodeQL
diff --git a/.github/workflows/sync-back-to-dev.yml b/.github/workflows/sync-back-to-dev.yml
index dd66ebdc..f689ae36 100644
--- a/.github/workflows/sync-back-to-dev.yml
+++ b/.github/workflows/sync-back-to-dev.yml
@@ -11,7 +11,7 @@ jobs:
name: Syncing branches
steps:
- name: Checkout
- uses: actions/checkout@v3.0.2
+ uses: actions/checkout@v3.1.0
- name: Opening pull request
id: pull
uses: tretuna/sync-branches@1.4.0
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index bb2d68d5..ff3af994 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- uses: actions/checkout@v3.0.2
+ uses: actions/checkout@v3.1.0
- name: Check scripts in repository are executable
run: |
@@ -61,7 +61,7 @@ jobs:
DISTRO: ${{matrix.distro}}
steps:
- name: Checkout repository
- uses: actions/checkout@v3.0.2
+ uses: actions/checkout@v3.1.0
- name: Set up Python 3.10
uses: actions/setup-python@v4.2.0