We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebeccfc commit 496a16aCopy full SHA for 496a16a
.github/workflows/bump_gha_runner_version.yml
@@ -13,6 +13,17 @@ jobs:
13
steps:
14
- name: Checkout code
15
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
+
17
+ - name: Setup
18
+ shell: bash
19
+ run: ./.github/actions/scripts/common_setup.sh
20
21
+ - name: Set up Nix (Self hosted)
22
+ uses: ./.github/actions/nix/setup_nix
23
+ with:
24
+ cache_version: 7
25
+ artifactory_user: dummy
26
+ artifactory_password: dummy
27
28
- name: Check for the latest version and create a PR to splice
29
uses: ./.github/actions/nix/run_bash_command_in_nix
0 commit comments