<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://k2.ixota.com/index.php?action=history&amp;feed=atom&amp;title=GitHub%2FActions</id>
	<title>GitHub/Actions - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://k2.ixota.com/index.php?action=history&amp;feed=atom&amp;title=GitHub%2FActions"/>
	<link rel="alternate" type="text/html" href="https://k2.ixota.com/index.php?title=GitHub/Actions&amp;action=history"/>
	<updated>2026-06-26T14:40:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.1</generator>
	<entry>
		<id>https://k2.ixota.com/index.php?title=GitHub/Actions&amp;diff=6251&amp;oldid=prev</id>
		<title>Kenneth at 19:25, 1 June 2023</title>
		<link rel="alternate" type="text/html" href="https://k2.ixota.com/index.php?title=GitHub/Actions&amp;diff=6251&amp;oldid=prev"/>
		<updated>2023-06-01T19:25:51Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;actions/checkout: Action for checking out a repo - https://github.com/actions/checkout&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Releases · actions/runner - https://github.com/actions/runner/releases&lt;br /&gt;
&lt;br /&gt;
Linux x64:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Create a folder&lt;br /&gt;
mkdir actions-runner &amp;amp;&amp;amp; cd actions-runner&lt;br /&gt;
# Download the latest runner package&lt;br /&gt;
curl -O -L https://github.com/actions/runner/releases/download/v2.304.0/actions-runner-linux-x64-2.304.0.tar.gz&lt;br /&gt;
# Extract the installer&lt;br /&gt;
tar xzf ./actions-runner-linux-x64-2.304.0.tar.gz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ARM:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Create a folder&lt;br /&gt;
mkdir actions-runner &amp;amp;&amp;amp; cd actions-runner&lt;br /&gt;
# Download the latest runner package&lt;br /&gt;
curl -O -L https://github.com/actions/runner/releases/download/v2.304.0/actions-runner-linux-arm-2.304.0.tar.gz&lt;br /&gt;
# Extract the installer&lt;br /&gt;
tar xzf ./actions-runner-linux-arm-2.304.0.tar.gz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
		
	</entry>
</feed>