aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Hazel <Philip.Hazel@gmail.com>2024-03-15 09:41:45 +0000
committerPhilip Hazel <Philip.Hazel@gmail.com>2024-03-15 09:41:45 +0000
commita8d79d19a865c684db9d2a09347d5d8034b47133 (patch)
tree339b167baeeeeead8ba85c00f502386646ecc9eb
parent72713d8b9b9958f9e37eee98519d0e687e4658da (diff)
downloadpcre-a8d79d19a865c684db9d2a09347d5d8034b47133.tar.gz
Update all actions from checkout@v3 tp v4
-rw-r--r--.github/workflows/cifuzz.yml2
-rw-r--r--.github/workflows/codeql.yml2
-rw-r--r--.github/workflows/dev.yml6
-rw-r--r--.github/workflows/scorecards.yml2
4 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index 8ac7dc25..52ef4f6f 100644
--- a/.github/workflows/cifuzz.yml
+++ b/.github/workflows/cifuzz.yml
@@ -17,7 +17,7 @@ jobs:
fuzz-seconds: 300
dry-run: false
- name: Upload Crash
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 3d0e8910..4d40c32f 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -41,7 +41,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml
index 3ddcb6bd..1169efeb 100644
--- a/.github/workflows/dev.yml
+++ b/.github/workflows/dev.yml
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Prepare
run: ./autogen.sh
@@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Prepare
run: ./autogen.sh
@@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Prepare
run: |
diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml
index 8a045a4b..4e18e071 100644
--- a/.github/workflows/scorecards.yml
+++ b/.github/workflows/scorecards.yml
@@ -22,7 +22,7 @@ jobs:
steps:
- name: "Checkout code"
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
persist-credentials: false