about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorKeita Nonaka <iKonnyaku40@gmail.com>2022-04-13 22:37:41 -0700
committerKeita Nonaka <iKonnyaku40@gmail.com>2022-04-14 13:20:39 -0700
commit9d319f370134afc9c46965f2b9af23dc5d625124 (patch)
treee97c9e90b13c3c9e6d2e1b2232892d956dba6754 /src/ci/github-actions
parentf387c930ee7c84357f8fa9f4c38903c00404ac46 (diff)
downloadrust-9d319f370134afc9c46965f2b9af23dc5d625124.tar.gz
rust-9d319f370134afc9c46965f2b9af23dc5d625124.zip
update: actions/checkout@v2 to actions/checkout@v3
update: actions/checkout@v2 to actions/checkout@v3 for all yaml files

Revert "update: actions/checkout@v2 to actions/checkout@v3 for all yaml files"

This reverts commit 7445e582b900f0f56f5f2bd9036aacab97ef28e9.

change GitHub Actions version v2 to v3

change GitHub Actions
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml
index 5622422d50f..173ee170c9f 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -99,7 +99,7 @@ x--expand-yaml-anchors--remove:
         run: git config --global core.autocrlf false
 
       - name: checkout the source code
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           fetch-depth: 2
 
@@ -703,7 +703,7 @@ jobs:
     if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'rust-lang-ci/rust'
     steps:
       - name: checkout the source code
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           fetch-depth: 2