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

github.com/mismith0227/hugo_theme_pickles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <bot@renovateapp.com>2022-04-29 05:52:22 +0300
committerRenovate Bot <bot@renovateapp.com>2022-04-29 05:52:22 +0300
commitf74faf6067e071ebc9fc013567ced98f1a6ba01d (patch)
treeba7207cc5649aa24a842c02a877fa71757e268d9
parent7a767c72dd6a4df15d6b0f80a9c514f3cb4c240d (diff)
chore(deps): update actions/checkout action to v3deps/actions-checkout-3.x
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 99c3d66..0006eda 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout master
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
ref: master